From c601e5e449523ffb7feb7d35ca72389075769d9c Mon Sep 17 00:00:00 2001 From: perf3ct Date: Tue, 10 Oct 2023 15:40:48 -0700 Subject: [PATCH] only override frontendUrl if user has enabled the config configmap --- templates/api.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/api.yaml b/templates/api.yaml index 4ac7ee2..cf279ac 100644 --- a/templates/api.yaml +++ b/templates/api.yaml @@ -38,7 +38,7 @@ probes: startup: enabled: false -{{ if .Values.frontend.ingress.enabled }} +{{ if and .Values.frontend.ingress.enabled .Values.api.configMaps.config.enabled}} configMaps: # The configuration for Vikunja's backend. # https://vikunja.io/docs/config-options/