Skip to content

Commit

Permalink
Use label so Helm stops replacing secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Mar 6, 2024
1 parent 804b409 commit d444b00
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 d444b00

Please sign in to comment.