Skip to content

Commit

Permalink
Updated password keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 authored Mar 4, 2024
1 parent 9fb5468 commit 693c488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/orchestrator/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ stringData:
kubeappsUrl: {{ .Values.properties.kubeappsUrl }}
mail_from: {{ .Values.properties.mail_from }}
mail_to: {{ .Values.properties.mail_to }}
dbpassword: {{ .Values.properties.password }}
password: {{ .Values.properties.password }}
portalclientid: {{ .Values.properties.portalclientid }}
portalclientsecret: {{ .Values.properties.portalclientsecret }}
portalemail: {{ .Values.properties.portalemail }}
Expand Down

0 comments on commit 693c488

Please sign in to comment.