Common part of Storage Part 2 (#344)

* Prepare Common for different permission schema

* Don't use PGID for storage ownership in any case.
This commit is contained in:
Kjeld Schouten-Lebbing
2021-04-14 19:14:58 +02:00
committed by GitHub
parent df05cf8ce6
commit d67ca77bae
29 changed files with 182 additions and 1475 deletions

View File

@@ -1 +0,0 @@
{{- include "common.notes.defaultNotes" . -}}

View File

@@ -56,35 +56,27 @@ additionalIngress:
# these values and names are set specifically with the unittests in mind.
fixMountPermissions: false
appVolumeMounts:
deviceMounts:
test1:
enabled: true
emptyDir: true
datasetName: "test1"
mountPath: "/test1"
hostPathEnabled: false
hostPath: ""
hostPath: "/tmp"
test2:
enabled: true
emptyDir: false
datasetName: "test2"
mountPath: "/test2"
hostPathEnabled: true
hostPath: "/tmp"
# these values and names are set specifically with the unittests in mind.
additionalAppVolumeMounts:
customStorage:
- name: "test3"
enabled: true
emptyDir: true
datasetName: "test3"
mountPath: "/test3"
hostPathEnabled: false
hostPath: ""
- name: "test4"
enabled: true
emptyDir: false
datasetName: "test4"
mountPath: "/test4"
hostPathEnabled: true
hostPath: "/tmp"