tigera-operator: v3.29.3
This commit is contained in:
parent
13cfeeff2b
commit
d9877a9fc5
@ -14,9 +14,10 @@ spec:
|
|||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: tigera-operator
|
namespace: tigera-operator
|
||||||
|
# also houses calico-system and calico-apiserver
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
# automated:
|
automated:
|
||||||
# prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
- ServerSideApply=true # Resource is too big to fit in 262144 bytes allowed annotation size.
|
- ServerSideApply=true # Resource is too big to fit in 262144 bytes allowed annotation size.
|
||||||
|
@ -2,6 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- https://raw.githubusercontent.com/projectcalico/calico/v3.28.4/manifests/tigera-operator.yaml
|
- https://raw.githubusercontent.com/projectcalico/calico/v3.29.3/manifests/tigera-operator.yaml
|
||||||
- ./custom-resources.yaml
|
- ./custom-resources.yaml
|
||||||
- ssh://git@git.k-space.ee/secretspace/kube/tigera-operator
|
- ssh://git@git.k-space.ee/secretspace/kube/tigera-operator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user