Skip to content

Commit

Permalink
name field fix
Browse files Browse the repository at this point in the history
  • Loading branch information
A committed Jan 22, 2024
1 parent bb61ab7 commit 3a15c06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions charts/aws-mountpoint-s3-csi-driver/templates/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ spec:
{{- with .Values.node.tolerations }}
{{- toYaml . | nindent 8 }}
{{- end }}
{{- with .Values.imagePullSecrets }}
{{- if .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- range .Values.imagePullSecrets }}
- name: {{ . }}
{{- end }}
{{- end }}
initContainers:
- name: install-mountpoint
Expand Down

0 comments on commit 3a15c06

Please sign in to comment.