mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-07-16 16:25:16 +00:00
Helm chart for norish upgraded to work with new version 0.14.1
added redis config when upgrading refer to readme file
This commit is contained in:
@ -12,6 +12,13 @@ stringData:
|
||||
{{- if not .Values.database.existingSecret }}
|
||||
database-url: {{ include "norish.databaseUrl" . | quote }}
|
||||
{{- end }}
|
||||
{{- if not .Values.redis.existingSecret }}
|
||||
{{- if .Values.redis.password }}
|
||||
redis-url: {{ include "norish.redis.url.withPassword" . | quote }}
|
||||
{{- else }}
|
||||
redis-url: {{ include "norish.redis.url.noauth" . | quote }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- if .Values.config.auth.oidc.enabled }}
|
||||
{{- if not .Values.config.auth.oidc.existingSecret }}
|
||||
oidc-client-id: {{ .Values.config.auth.oidc.clientId | quote }}
|
||||
|
||||
Reference in New Issue
Block a user