Skip to content

Commit

Permalink
apply secret reset fix from other envs in core where it was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji committed Oct 23, 2024
1 parent 9a71b28 commit 557b94b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/openproject/templates/secret_core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
name: "{{ include "common.names.fullname" . }}-core"
labels:
{{- include "common.labels.standard" . | nindent 4 }}
data: # reset data to make sure only keys defined below remain
stringData:
{{- if .Values.postgresql.bundled }}
DATABASE_HOST: {{ printf "%s-postgresql.%s.svc.%s" .Release.Name .Release.Namespace .Values.clusterDomain | quote }}
Expand Down

0 comments on commit 557b94b

Please sign in to comment.