mirror of https://git.rancher.io/rke2-charts
29 lines
850 B
Diff
29 lines
850 B
Diff
--- charts-original/templates/tigera-operator/02-tigera-operator.yaml
|
|
+++ charts/templates/tigera-operator/02-tigera-operator.yaml
|
|
@@ -2,7 +2,7 @@
|
|
kind: Deployment
|
|
metadata:
|
|
name: tigera-operator
|
|
- namespace: {{.Release.Namespace}}
|
|
+ namespace: tigera-operator
|
|
labels:
|
|
k8s-app: tigera-operator
|
|
spec:
|
|
@@ -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
|
|
@@ -78,7 +78,6 @@
|
|
command:
|
|
- calicoctl
|
|
args:
|
|
- - --allow-version-mismatch
|
|
- create
|
|
- --skip-exists
|
|
- --skip-empty
|