Add Volume Mount Permissions Fix (#134)

- Adds a pre-install job to fix folder permissions
This commit is contained in:
Kjeld Schouten-Lebbing
2021-02-19 22:29:02 +01:00
committed by kjeld Schouten-Lebbing
parent 5b6f5e2b41
commit a1cbab4e07
9 changed files with 105 additions and 14 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v2
name: common-test
description: Helper chart to test different use cases of the common library
version: 1.2.1
version: 1.3.0
kubeVersion: ">=1.16.0-0"
keywords:
- truecharts
+3 -3
View File
@@ -18,7 +18,7 @@ probes:
startup:
enabled: true
fixMountPermissions: false
appVolumeMounts:
data:
enabled: true
@@ -34,7 +34,7 @@ appVolumeMounts:
mountPath: "/test"
hostPathEnabled: true
hostPath: "/tmp"
appAdditionalServicesEnabled: true
appAdditionalServices:
extra-tcp:
@@ -52,4 +52,4 @@ appAdditionalServices:
port: 51414
name: udp-test
protocol: UDP
targetPort: 51414
targetPort: 51414
@@ -26,7 +26,7 @@ addons:
- name: config
mountPath: /www/assets
fixMountPermissions: false
appVolumeMounts:
data:
enabled: true
+3 -2
View File
@@ -10,6 +10,7 @@ service:
ingress:
enabled: true
fixMountPermissions: false
appVolumeMounts:
data:
enabled: true
@@ -25,7 +26,7 @@ appVolumeMounts:
mountPath: "/test"
hostPathEnabled: false
hostPath: ""
appAdditionalServicesEnabled: true
appAdditionalServices:
extra-tcp:
@@ -43,4 +44,4 @@ appAdditionalServices:
port: 51414
name: udp-test
protocol: UDP
targetPort: 51414
targetPort: 51414