mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-27 13:50:18 +08:00
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:
committed by
GitHub
parent
df05cf8ce6
commit
d67ca77bae
@@ -1 +0,0 @@
|
||||
{{- include "common.notes.defaultNotes" . -}}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user