Add Volume Mount Permissions Fix (#134)
- Adds a pre-install job to fix folder permissions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user