Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
chathuryaadapa committed Feb 13, 2025
1 parent 198e43d commit 830d407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud-api-adaptor/test/utils/checkout_kbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 830d407

Please # to comment.