Skip to content

Commit

Permalink
feat(deployment/daemonset): Remove imagePullPolicy from charts
Browse files Browse the repository at this point in the history
  • Loading branch information
martin.kucin committed Apr 9, 2024
1 parent 95d2011 commit 4524768
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ spec:
{{- if semverCompare "< 1.24" $.Capabilities.KubeVersion.Version }}
- "--use-gocsi=false"
{{- end }}
imagePullPolicy: "Always"
env:
- name: CSI_ENDPOINT
value: unix:///csi/csi.sock
Expand Down Expand Up @@ -201,7 +200,6 @@ spec:
- "--leader-election"
- "--fss-name=internal-feature-states.csi.vsphere.vmware.com"
- "--fss-namespace=$(CSI_NAMESPACE)"
imagePullPolicy: "Always"
ports:
- containerPort: 2113
name: prometheus
Expand Down
1 change: 0 additions & 1 deletion charts/rancher-vsphere-csi/templates/node/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ spec:
{{- if semverCompare "< 1.24" $.Capabilities.KubeVersion.Version }}
- "--use-gocsi=false"
{{- end }}
imagePullPolicy: "Always"
env:
- name: NODE_NAME
valueFrom:
Expand Down

0 comments on commit 4524768

Please sign in to comment.