Skip to content

Commit

Permalink
chore(ci): use label so Helm stops replacing secrets (#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 6, 2024
1 parent 804b409 commit 96c0e4d
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 96c0e4d

Please sign in to comment.