We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e85e82 + 7ceec22 commit 8420fbdCopy full SHA for 8420fbd
imgproxy/templates/env-secret.yaml
@@ -327,7 +327,7 @@ data: {{- /* https://docs.imgproxy.net/#/configuration?id=url-signature */}}
327
{{- with .Values.features.gcs }}
328
{{- if .enabled }}
329
IMGPROXY_USE_GCS: {{ "true" | b64enc | quote }} # {{ "true" }}
330
- IMGPROXY_GCS_KEY: {{ .jsonKey | required "features.gcs.jsonKey" | toString | b64enc | quote }} # {{ .jsonKey }}
+ IMGPROXY_GCS_KEY: {{ .jsonKey | toString | b64enc | quote }} # {{ .jsonKey }}
331
{{- if .endpoint }}
332
IMGPROXY_GCS_ENDPOINT: {{ .endpoint | toString | b64enc | quote }} # {{ .endpoint }}
333
{{- end }}
0 commit comments