From 70691c5bba536ae60b9c8f30d0bd5d62abaa1168 Mon Sep 17 00:00:00 2001 From: Manish Gupta Date: Mon, 17 Jun 2024 11:10:42 +0530 Subject: [PATCH] questions.yml modified --- charts/plane-ce/questions.yml | 1 + charts/plane-enterprise/questions.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/charts/plane-ce/questions.yml b/charts/plane-ce/questions.yml index 337ae82..c6fd8cb 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=cloudflare || ssl.issuer=digitalocean" diff --git a/charts/plane-enterprise/questions.yml b/charts/plane-enterprise/questions.yml index 2a9a19d..22c06e3 100644 --- a/charts/plane-enterprise/questions.yml +++ b/charts/plane-enterprise/questions.yml @@ -354,4 +354,5 @@ questions: label: "Enable to generate certificates" type: boolean default: false + show_if: "ssl.issuer=cloudflare || ssl.issuer=digitalocean"