From 485b1a05af3eda33018e8335f433b065a8f2d73a Mon Sep 17 00:00:00 2001 From: Arvind Iyengar Date: Fri, 27 Jan 2023 12:25:16 -0800 Subject: [PATCH] [rancher-alerting-drivers] Add global.cattle.psp.enabled to questions.yml --- .../rancher-alerting-drivers/charts/questions.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/rancher-alerting/rancher-alerting-drivers/charts/questions.yml b/packages/rancher-alerting/rancher-alerting-drivers/charts/questions.yml index 741808c23..dc9ebb596 100644 --- a/packages/rancher-alerting/rancher-alerting-drivers/charts/questions.yml +++ b/packages/rancher-alerting/rancher-alerting-drivers/charts/questions.yml @@ -2,6 +2,12 @@ categories: - monitoring namespace: cattle-monitoring-system questions: + - variable: global.cattle.psp.enabled + default: "false" + description: "Flag to enable or disable the installation of PodSecurityPolicies by this chart in the target cluster. If the cluster is running Kubernetes 1.25+, you must update this value to false." + label: "Enable PodSecurityPolicies" + type: boolean + group: "Security Settings" - variable: prom2teams.enabled default: false label: Enable Microsoft Teams