From 09ecc128556686de7846f859ecf6d00501ac0211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vedran=20Ivankovi=C4=87?= <33936733+Veki301@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:04:39 +0200 Subject: [PATCH] fix: sftd unable to deploy when using own cert/key --- values/sftd/prod-values.example.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/values/sftd/prod-values.example.yaml b/values/sftd/prod-values.example.yaml index 8f6b66e10..6c2efcfe7 100644 --- a/values/sftd/prod-values.example.yaml +++ b/values/sftd/prod-values.example.yaml @@ -1,5 +1,6 @@ allowOrigin: https://webapp.example.com host: sftd.example.com -tls: - issuerRef: - name: letsencrypt-prod +# Uncomment if you are using Let's Encrypt and cert-manager +#tls: +# issuerRef: +# name: letsencrypt-http01