Skip to content

Commit

Permalink
Fix configMap mode
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Rijken <[email protected]>
  • Loading branch information
Jeroen0494 committed Mar 4, 2023
1 parent 104e6de commit 2aa6334
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/nextcloud/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -337,15 +337,15 @@ spec:
defaultMode: 420
items:
- key: nginx.conf
mode: 0420
mode: 292
path: nginx.conf
{{- if .Values.metrics.nginx.enabled }}
- name: nginx-metrics-config
configMap:
defaultMode: 420
items:
- key: metrics.conf
mode: 0420
mode: 292
path: metrics.conf
{{- end }}
{{- end }}
Expand Down

0 comments on commit 2aa6334

Please sign in to comment.