chart-unifi_network_application: add octal prefix to init script perm
This commit is contained in:
@ -22,7 +22,7 @@ spec:
|
||||
- name: {{ include "template.fullname" . }}-mongodb-init-volume
|
||||
configMap:
|
||||
name: {{ include "template.fullname" . }}-mongodb-init-sh
|
||||
defaultMode: 770
|
||||
defaultMode: 0770
|
||||
- name: {{ include "template.fullname" . }}-mongodb-data-volume
|
||||
persistentVolumeClaim:
|
||||
claimName: {{ include "template.fullname" . }}-{{ default "db-claim" .Values.mongodb.persistence.claimSuffix }}
|
||||
|
||||
Reference in New Issue
Block a user