We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7178ba7 commit c33b452Copy full SHA for c33b452
fleet/applications/calico/fleet.yaml
@@ -1,3 +1,4 @@
1
+defaultNamespace: tigera-operator
2
helm:
3
releaseName: projectcalico
4
repo: https://docs.tigera.io/calico/charts
@@ -17,11 +18,3 @@ helm:
17
18
encapsulation: None
19
natOutgoing: Enabled
20
nodeSelector: all()${- end}
-
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
@@ -3,6 +3,7 @@ kind: HelmOp
metadata:
name: calico
5
spec:
6
+ defaultNamespace: tigera-operator
7
8
9
0 commit comments