diff --git a/templates/questions/postgresql/postgresql.yaml b/templates/questions/postgresql/postgresql.yaml index 57068c41682..37ce1f16a24 100644 --- a/templates/questions/postgresql/postgresql.yaml +++ b/templates/questions/postgresql/postgresql.yaml @@ -91,15 +91,22 @@ additional_attrs: true type: dict attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: false - variable: instances label: Instances schema: type: int + show_if: [["enabled", "=", true]] default: 1 - variable: createRO label: "Create ReadOnly Instance" schema: type: boolean + show_if: [["enabled", "=", true]] default: false - variable: backups label: "Backup Settings (Experimental)"