mirror of https://git.rancher.io/rke2-charts
12 lines
402 B
Diff
12 lines
402 B
Diff
--- charts-original/templates/node/daemonset.yaml
|
|
+++ charts/templates/node/daemonset.yaml
|
|
@@ -91,7 +91,7 @@
|
|
{{- if semverCompare "< 1.24" $.Capabilities.KubeVersion.Version }}
|
|
- "--use-gocsi=false"
|
|
{{- end }}
|
|
- imagePullPolicy: "Always"
|
|
+ imagePullPolicy: "IfNotPresent"
|
|
env:
|
|
- name: NODE_NAME
|
|
valueFrom:
|