This commit is contained in:
Ho Kim 2023-04-18 15:51:45 +02:00 committed by GitHub
commit 349d397af9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 107 additions and 74 deletions
deploy/helm/templates

View file

@ -8,4 +8,6 @@ stringData:
accessKeyID: {{ .Values.secret.accessKey }}
secretAccessKey: {{ .Values.secret.secretKey }}
endpoint: {{ .Values.secret.endpoint }}
region: {{ .Values.secret.region }}
bucketLookup: {{ .Values.secret.bucketLookup }}
{{- end -}}