瀏覽代碼

make hostpath immutable

Stavros Kois 2 年之前
父節點
當前提交
fde53b9dd4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/minio/1.7.0/questions.yaml

+ 1 - 1
test/minio/1.7.0/questions.yaml

@@ -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