From 830d407559acb71a7d5f56425c20fc311d28e2d2 Mon Sep 17 00:00:00 2001 From: Adapa Chathurya Date: Thu, 13 Feb 2025 21:29:17 +0530 Subject: [PATCH] format --- src/cloud-api-adaptor/test/utils/checkout_kbs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cloud-api-adaptor/test/utils/checkout_kbs.sh b/src/cloud-api-adaptor/test/utils/checkout_kbs.sh index 2883ca8d5..307e8d184 100755 --- a/src/cloud-api-adaptor/test/utils/checkout_kbs.sh +++ b/src/cloud-api-adaptor/test/utils/checkout_kbs.sh @@ -29,7 +29,7 @@ KBS_SHA="$(git rev-parse HEAD)" YAML_FILE="kbs/config/kubernetes/base/deployment.yaml" -yq -i '.spec.template.spec.containers[0].volumeMounts += [{"name": "kbs-https-certificate", "mountPath": "/etc/kbs"}, {"name": "kbs-https-key", "mountPath": "/etc/kbs}]' "$YAML_FILE" +yq -i '.spec.template.spec.containers[0].volumeMounts += [{"name": "kbs-https-certificate", "mountPath": "/etc/kbs"}, {"name": "kbs-https-key", "mountPath": "/etc/kbs"}]' "$YAML_FILE" yq -i '.spec.template.spec.volumes += [{"name": "kbs-https-certificate", "secret": {"secretName": "kbs-https-certificate"}}, {"name": "kbs-https-key", "secret": {"secretName": "kbs-https-key"}}]' "$YAML_FILE"