Skip to content

Commit

Permalink
fix: serviceAccountJsonSecret for gcedisk
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhail-klimko committed Jun 9, 2024
1 parent 66d8356 commit 5f2b9d4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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: {{ . }}
Expand Down

0 comments on commit 5f2b9d4

Please sign in to comment.