From 5f2b9d46ff7af5162682db152ba2b4d4f1af0f91 Mon Sep 17 00:00:00 2001 From: mikhail-klimko Date: Sun, 9 Jun 2024 13:45:44 +0300 Subject: [PATCH] fix: serviceAccountJsonSecret for gcedisk --- .../templates/_components/volume-provisioner/_secret.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/cf-runtime/templates/_components/volume-provisioner/_secret.yaml b/charts/cf-runtime/templates/_components/volume-provisioner/_secret.yaml index 9da7987b..f361a799 100644 --- a/charts/cf-runtime/templates/_components/volume-provisioner/_secret.yaml +++ b/charts/cf-runtime/templates/_components/volume-provisioner/_secret.yaml @@ -9,7 +9,8 @@ metadata: {{- include "dind-volume-provisioner.labels" . | nindent 4 }} stringData: {{- with .Values.storage.gcedisk.serviceAccountJson }} - google-service-account.json: {{ . }} + google-service-account.json: | +{{- . | nindent 4 }} {{- end }} {{- with .Values.storage.ebs.accessKeyId }} aws_access_key_id: {{ . }}