Skip to content

Commit

Permalink
Do not always output OPENPROJECT_HOST__NAME
Browse files Browse the repository at this point in the history
This would break a tenant switching deployment
  • Loading branch information
oliverguenther committed Oct 23, 2024
1 parent 7b78e0b commit 65f5547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openproject/templates/secret_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stringData:
OPENPROJECT_SEED_LOCALE: {{ .Values.openproject.seed_locale | quote }}
{{- if .Values.ingress.enabled }}
OPENPROJECT_HOST__NAME: {{ .Values.openproject.host | default .Values.ingress.host | quote }}
{{- else }}
{{- else if .Values.openproject.host }}
OPENPROJECT_HOST__NAME: {{ .Values.openproject.host | quote }}
{{- end }}
OPENPROJECT_HSTS: {{ .Values.openproject.hsts | quote }}
Expand Down

0 comments on commit 65f5547

Please sign in to comment.