mirror of https://git.rancher.io/rke2-charts
12 lines
466 B
Diff
12 lines
466 B
Diff
|
--- charts-original/templates/tigera-operator/02-tigera-operator.yaml
|
||
|
+++ charts/templates/tigera-operator/02-tigera-operator.yaml
|
||
|
@@ -29,7 +29,7 @@
|
||
|
dnsPolicy: ClusterFirstWithHostNet
|
||
|
containers:
|
||
|
- name: tigera-operator
|
||
|
- image: {{ template "tigera-operator.image" .Values.tigeraOperator}}
|
||
|
+ image: {{ template "tigera-operator.image" . }}
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
command:
|
||
|
- operator
|