From 576ca1402eab65b433d261f392ce5a4e82c89538 Mon Sep 17 00:00:00 2001 From: Johannes Bornhold Date: Sat, 24 Aug 2024 07:47:11 +0200 Subject: [PATCH] fix(nubus): Disable certManager --- helmfile/apps/nubus/values-nubus.yaml.gotmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helmfile/apps/nubus/values-nubus.yaml.gotmpl b/helmfile/apps/nubus/values-nubus.yaml.gotmpl index ad0a231d..60e3ecd0 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -61,6 +61,8 @@ ingress: secretName: {{ .Values.ingress.tls.secretName | quote }} ingress: + certManager: + enabled: false tls: secretName: {{ .Values.ingress.tls.secretName | quote }}