Skip to content

Commit 905fcb6

Browse files
committed
fix(mpc-operator-check): add missing closing quote
1 parent e3abe5f commit 905fcb6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

charts/mpc-operator-check/templates/mpc-operator-check-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ spec:
146146
- -c
147147
- |
148148
echo "=================================================="
149-
echo "Executing {{ .Chart.Name }}:{{ .Chart.Version }}
149+
echo "Executing {{ .Chart.Name }}:{{ .Chart.Version }}"
150150
echo "=================================================="
151151
{{- .Values.kmsCoreClient.script | nindent 14 }}
152152
if [[ ! $KMS_CORE__THRESHOLD__MY_ID =~ ^-?[0-9]+$ ]]; then

charts/mpc-operator-check/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ kmsCoreClient:
9696
echo "KMS-Core enclave config content"
9797
cat enclave.json
9898
echo "=================================================="
99-
echo "KMS-Core health check\n----"
99+
echo "KMS-Core health check"
100100
kms-health-check full --endpoint kms-core:50100 --config kms-server.toml
101+
101102
# If kmsCoreClient is disabled, the job will use the kubeUtils image which has curl, jq, socat and grpc-health-probe installed
102103
utils:
103104
image:

0 commit comments

Comments
 (0)