mirror of https://git.rancher.io/rke2-charts
21 lines
651 B
Diff
21 lines
651 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:
|
|
@@ -40,7 +40,7 @@
|
|
dnsPolicy: ClusterFirstWithHostNet
|
|
containers:
|
|
- name: tigera-operator
|
|
- image: {{ template "tigera-operator.image" .Values.tigeraOperator}}
|
|
+ image: {{ template "tigera-operator.image" . }}
|
|
imagePullPolicy: IfNotPresent
|
|
command:
|
|
- operator
|