diff --git a/templates/questions/general/global.yaml b/templates/questions/general/global.yaml index e69de29bb2d..45a005a7366 100644 --- a/templates/questions/general/global.yaml +++ b/templates/questions/general/global.yaml @@ -0,0 +1,13 @@ + - variable: global + group: General Settings + label: "Global Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: stopAll + label: Stop All + description: "Stops All Running pods and hibernates cnpg" + schema: + type: boolean + default: false