Skip to content

Commit 34f2537

Browse files
authored
Merge pull request #5 from olopost/0.1.9
0.1.9 - always set directory listing
2 parents e9dcf0b + bdcac24 commit 34f2537

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

charts/nginx-s3-gateway/templates/deployment.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,8 @@ spec:
7070
- name: DEBUG
7171
value: "{{ . }}"
7272
{{ end }}
73-
{{- with .Values.nginx.s3.allowDirectoryListing }}
7473
- name: ALLOW_DIRECTORY_LIST
75-
value: "{{ . }}"
76-
{{ end }}
74+
value: "{{ .Values.nginx.s3.allowDirectoryListing }}"
7775
{{- with .Values.nginx.s3.provideIndexPage }}
7876
- name: PROVIDE_INDEX_PAGE
7977
value: "{{ . }}"

0 commit comments

Comments
 (0)