diff --git a/charts/plane-ce/questions.yml b/charts/plane-ce/questions.yml index 337ae82..5b6e3e8 100644 --- a/charts/plane-ce/questions.yml +++ b/charts/plane-ce/questions.yml @@ -355,4 +355,5 @@ questions: label: "Enable to generate certificates" type: boolean default: false + show_if: "ssl.issuer!=http" diff --git a/charts/plane-enterprise/questions.yml b/charts/plane-enterprise/questions.yml index 459976c..52a5f3b 100644 --- a/charts/plane-enterprise/questions.yml +++ b/charts/plane-enterprise/questions.yml @@ -354,3 +354,5 @@ questions: label: "Enable to generate certificates" type: boolean default: false + show_if: "ssl.issuer!=http" +