From fde53b9dd4fd3fe04bf348b57ab9ba7da0e1ff14 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 30 Nov 2022 19:09:53 +0200 Subject: [PATCH] make hostpath immutable --- test/minio/1.7.0/questions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/minio/1.7.0/questions.yaml b/test/minio/1.7.0/questions.yaml index a0496b4084..4c6fb76d2d 100644 --- a/test/minio/1.7.0/questions.yaml +++ b/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