Utilize bjw-s's common Helm library. #13

Merged
konrad merged 41 commits from :new-helm-chart into main 2023-11-07 14:47:24 +00:00
1 changed files with 9 additions and 0 deletions
Showing only changes of commit 7224e44db3 - Show all commits

View File

@ -15,6 +15,15 @@ service:
protocol: HTTP
env:
{{ if .Values.redis.enabled }}
VIKUNJA_REDIS_ENABLED: "true"
{{ end }}
{{ if .Values.typesense.enabled }}
VIKUNJA_TYPESENSE_ENABLED: "true"
{{ end }}
{{ end }}
{{ if .Values.backend.enabled }}