Skip to content

Commit

Permalink
remove none working thing
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 committed Feb 17, 2025
1 parent 99875b6 commit 79c2eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/templates/maelstro-backend-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ spec:
- name: {{ .name }}_USERNAME
valueFrom:
secretKeyRef:
name: {{ include "helm-maelstro.fullname" . }}-creds-ext-plateform-secret
name: maelstro-creds-ext-plateform-secret
key: {{ .name }}_USERNAME
optional: false
- name: {{ .name }}_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "helm-maelstro.fullname" . }}-creds-ext-plateform-secret
name: maelstro-creds-ext-plateform-secret
key: {{ .name }}_PASSWORD
optional: false
{{- end }}
Expand Down

0 comments on commit 79c2eac

Please sign in to comment.