Skip to content

Commit 8420fbd

Browse files
authored
Merge pull request #79 from thibaultserti/feat/gcs-key
feat(GCS-KEY): set to non required
2 parents 4e85e82 + 7ceec22 commit 8420fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imgproxy/templates/env-secret.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ data: {{- /* https://docs.imgproxy.net/#/configuration?id=url-signature */}}
327327
{{- with .Values.features.gcs }}
328328
{{- if .enabled }}
329329
IMGPROXY_USE_GCS: {{ "true" | b64enc | quote }} # {{ "true" }}
330-
IMGPROXY_GCS_KEY: {{ .jsonKey | required "features.gcs.jsonKey" | toString | b64enc | quote }} # {{ .jsonKey }}
330+
IMGPROXY_GCS_KEY: {{ .jsonKey | toString | b64enc | quote }} # {{ .jsonKey }}
331331
{{- if .endpoint }}
332332
IMGPROXY_GCS_ENDPOINT: {{ .endpoint | toString | b64enc | quote }} # {{ .endpoint }}
333333
{{- end }}

0 commit comments

Comments
 (0)