oops this too
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
perf3ct 2023-09-28 21:51:58 -07:00
parent 56d5371e30
commit 7224e44db3
No known key found for this signature in database
GPG Key ID: 569C4EEC436F5232
1 changed files with 9 additions and 0 deletions

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 }}