diff --git a/templates/questions/postgresql/postgresqlBasics.yaml b/templates/questions/postgresql/postgresqlBasics.yaml index b406a396dbd..4ecc0171e94 100644 --- a/templates/questions/postgresql/postgresqlBasics.yaml +++ b/templates/questions/postgresql/postgresqlBasics.yaml @@ -3,6 +3,12 @@ schema: type: int default: 2 + - variable: hibernate + label: Hibernate + description: "enable to safely hibernate and shutdown the postgresql cluster" + schema: + type: boolean + default: false - variable: storage label: "Storage" schema: