Skip to content

Commit c33b452

Browse files
authored
fix: use tigera-operator namespace to prevent rbac issues (#407)
Signed-off-by: Andrea Mazzotti <[email protected]>
1 parent 7178ba7 commit c33b452

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

fleet/applications/calico/fleet.yaml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
defaultNamespace: tigera-operator
12
helm:
23
releaseName: projectcalico
34
repo: https://docs.tigera.io/calico/charts
@@ -17,11 +18,3 @@ helm:
1718
encapsulation: None
1819
natOutgoing: Enabled
1920
nodeSelector: all()${- end}
20-
21-
diff:
22-
comparePatches:
23-
- apiVersion: operator.tigera.io/v1
24-
kind: Installation
25-
name: default
26-
operations:
27-
- {"op":"remove", "path":"/spec/kubernetesProvider"}

testdata/helm.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ kind: HelmOp
33
metadata:
44
name: calico
55
spec:
6+
defaultNamespace: tigera-operator
67
helm:
78
releaseName: projectcalico
89
repo: https://docs.tigera.io/calico/charts

0 commit comments

Comments
 (0)