Skip to content

Commit

Permalink
Reconfiguring helm
Browse files Browse the repository at this point in the history
  • Loading branch information
jorge-cr-13 committed Apr 11, 2024
1 parent ac4188e commit 954e20a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/base-otc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
imagePullSecrets:
{{- if .Values.image.imagePullSecrets }}
{{- range $key := .Values.image.imagePullSecrets }}
- name: {{ $key | quote }}
{{- range .Values.image.imagePullSecrets }}
- name: {{ .name }}
{{- end }}
{{- end }}
env:
Expand Down

0 comments on commit 954e20a

Please sign in to comment.