mirror of
https://github.com/truenas/charts.git
synced 2026-04-07 12:48:56 +08:00
make hostpath immutable
This commit is contained in:
@@ -294,7 +294,6 @@ questions:
|
||||
default: ix-postgres_data
|
||||
show_if: [["hostPathEnabled", "=", false]]
|
||||
editable: false
|
||||
|
||||
- variable: mountPath
|
||||
label: Postgresql Data Mount Path
|
||||
description: Path where the volume will be mounted inside the pod
|
||||
@@ -315,6 +314,7 @@ questions:
|
||||
schema:
|
||||
type: hostpath
|
||||
required: true
|
||||
immutable: true
|
||||
|
||||
- variable: postgres-backup
|
||||
label: Postgres Backup Volume
|
||||
|
||||
Reference in New Issue
Block a user