From 1de9202d534d41a7882762b31854502e18afed53 Mon Sep 17 00:00:00 2001 From: Danil Grigorev Date: Thu, 4 Apr 2024 11:43:48 +0200 Subject: [PATCH] Exclude namespace selection from questions.yaml Signed-off-by: Danil Grigorev --- charts/rancher-turtles/questions.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/charts/rancher-turtles/questions.yml b/charts/rancher-turtles/questions.yml index fe10b448..5c4af6bf 100644 --- a/charts/rancher-turtles/questions.yml +++ b/charts/rancher-turtles/questions.yml @@ -13,11 +13,6 @@ questions: type: boolean description: "Flag to enable or disable installation of cert-manager. If set to false then you will need to install cert-manager manually" label: "Enable Cert Manager" - - variable: rancherTurtles.namespace - default: "rancher-turtles-system" - description: "Specify a different namespace for turtles installation" - type: string - label: Namespace - variable: rancherTurtles.features.cluster-api-operator.cleanup default: true description: "Specify that the CAPI Operator post-delete cleanup job will be performed"