mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
restore immutable flag on hostPath
This commit is contained in:
committed by
Stavros Kois
parent
8d28d767bb
commit
9fe537ea98
@@ -156,6 +156,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["aclEnable", "=", false]]
|
||||
immutable: true
|
||||
required: true
|
||||
- variable: library
|
||||
label: Immich Library Storage
|
||||
@@ -234,6 +235,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["aclEnable", "=", false]]
|
||||
immutable: true
|
||||
required: true
|
||||
- variable: thumbs
|
||||
label: Immich Thumbs Storage
|
||||
@@ -312,6 +314,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["aclEnable", "=", false]]
|
||||
immutable: true
|
||||
required: true
|
||||
- variable: profile
|
||||
label: Immich Profile Storage
|
||||
@@ -390,6 +393,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["aclEnable", "=", false]]
|
||||
immutable: true
|
||||
required: true
|
||||
- variable: video
|
||||
label: Immich Video Storage
|
||||
@@ -468,6 +472,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["aclEnable", "=", false]]
|
||||
immutable: true
|
||||
required: true
|
||||
|
||||
- variable: pgData
|
||||
@@ -555,6 +560,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["aclEnable", "=", false]]
|
||||
immutable: true
|
||||
required: true
|
||||
|
||||
- variable: pgBackup
|
||||
@@ -642,6 +648,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["aclEnable", "=", false]]
|
||||
immutable: true
|
||||
required: true
|
||||
|
||||
- variable: additionalStorages
|
||||
@@ -712,6 +719,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
show_if: [["aclEnable", "=", false]]
|
||||
immutable: true
|
||||
required: true
|
||||
- variable: ixVolumeConfig
|
||||
label: ixVolume Configuration
|
||||
|
||||
Reference in New Issue
Block a user