only override frontendUrl if user has enabled the config configmap
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
perf3ct 2023-10-10 15:40:48 -07:00
parent 7d2f43fee3
commit c601e5e449
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 1 additions and 1 deletions

View File

@ -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/