We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9dcf0b + bdcac24 commit 34f2537Copy full SHA for 34f2537
charts/nginx-s3-gateway/templates/deployment.yaml
@@ -70,10 +70,8 @@ spec:
70
- name: DEBUG
71
value: "{{ . }}"
72
{{ end }}
73
- {{- with .Values.nginx.s3.allowDirectoryListing }}
74
- name: ALLOW_DIRECTORY_LIST
75
- value: "{{ . }}"
76
- {{ end }}
+ value: "{{ .Values.nginx.s3.allowDirectoryListing }}"
77
{{- with .Values.nginx.s3.provideIndexPage }}
78
- name: PROVIDE_INDEX_PAGE
79
0 commit comments