Skip to content

Commit

Permalink
Fix image pull secret ref
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov committed Nov 25, 2024
1 parent 6c9b702 commit 2dceeb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ spec:
{{- toYaml .Values.resources | nindent 10 }}
{{ if .Values.deployment.imagePullSecretName }}
imagePullSecrets:
- name: {{- .Values.deployment.imagePullSecretName }}
name: {{- .Values.deployment.imagePullSecretName }}
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 8 }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ spec:
{{- toYaml .Values.resources | nindent 10 }}
{{ if .Values.deployment.imagePullSecretName }}
imagePullSecrets:
- name: {{- .Values.deployment.imagePullSecretName }}
name: {{- .Values.deployment.imagePullSecretName }}
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 8 }}
Expand Down

0 comments on commit 2dceeb8

Please sign in to comment.