Skip to content

Commit

Permalink
clearer migrate secret (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
6l20 authored May 25, 2022
1 parent 93d6acc commit 5e6d41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/migration/init-migrate-hook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
name: {{ include "orchestrate.api.fullname" . }}-hook-secretmap
optional: true
{{- end }}
{{- if .Values.api.existingSecret }}
{{- if .Values.migrate.existingSecret }}
- secretRef:
name: {{ .Values.migrate.existingSecret }}
optional: true
Expand Down

0 comments on commit 5e6d41a

Please sign in to comment.