From 81961a246cf436a897c5366f4e8f8a835a6e0137 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 1ab9cf40..d28e9daa 100644 --- a/helmfile/apps/nubus/values-nubus.yaml.gotmpl +++ b/helmfile/apps/nubus/values-nubus.yaml.gotmpl @@ -60,6 +60,8 @@ ingress: secretName: {{ .Values.ingress.tls.secretName | quote }} ingress: + certManager: + enabled: false tls: secretName: {{ .Values.ingress.tls.secretName | quote }}