From 166dbfecc2fa078801efafd4ab5a7bd626266a46 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 12 May 2023 12:30:20 +0200 Subject: [PATCH] feat: add CNPG hibernation option to GUI --- templates/questions/postgresql/postgresqlBasics.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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: