Skip to content

Commit

Permalink
Merge branch 'main' into chore/ci/sequentialMergeWorkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 6, 2024
2 parents 9244375 + 96c0e4d commit bbdcce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/quickstart-openshift/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ kind: Secret
metadata:
name: {{ .Release.Name }}
labels: {{- include "selectorLabels" . | nindent 4 }}
"helm.sh/resource-policy": keep
data:
databasePassword: {{ $databasePassword | quote }}
postgres-password: {{ $databasePassword | quote }}
Expand Down

0 comments on commit bbdcce5

Please sign in to comment.