From 40b6e5432f03b935bfa56f526397c47ff98adad3 Mon Sep 17 00:00:00 2001 From: bp99 Date: Sun, 25 Aug 2024 22:54:24 +0200 Subject: [PATCH] chart-unifi_network_application: add octal prefix to init script perm --- charts/unifi-network-application/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/unifi-network-application/templates/deployment.yaml b/charts/unifi-network-application/templates/deployment.yaml index 4ef8766..81ca271 100644 --- a/charts/unifi-network-application/templates/deployment.yaml +++ b/charts/unifi-network-application/templates/deployment.yaml @@ -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 }}