Update values.yaml
Signed-off-by: Kjeld Schouten <info@kjeldschouten.nl>
This commit is contained in:
@@ -43,6 +43,21 @@ persistence:
|
|||||||
defaultMode: "0777"
|
defaultMode: "0777"
|
||||||
mountPath: /config/disk-config
|
mountPath: /config/disk-config
|
||||||
|
|
||||||
|
disk-config:
|
||||||
|
enabled: true
|
||||||
|
type: configmap
|
||||||
|
objectName: disk-config
|
||||||
|
defaultMode: "0777"
|
||||||
|
items:
|
||||||
|
- key: disk-config
|
||||||
|
path: disk-config
|
||||||
|
targetSelector:
|
||||||
|
main:
|
||||||
|
main:
|
||||||
|
subPath: disk-config
|
||||||
|
mountPath: /config/disk-config
|
||||||
|
readOnly: true
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
enabled: true
|
enabled: true
|
||||||
type: hostPath
|
type: hostPath
|
||||||
|
|||||||
Reference in New Issue
Block a user