Update versions of addons
[icn.git] / deploy / nodus / icn / kustomization.yaml
1 apiVersion: kustomize.config.k8s.io/v1beta1
2 kind: Kustomization
3 namespace: kud
4
5 resources:
6 - ../base
7
8 patchesStrategicMerge:
9 - mount-var-run-shared-patch.yaml
10
11 patchesJson6902:
12 - path: nfn-operator-affinity-patch.json
13   target:
14     kind: Deployment
15     name: nfn-operator
16     namespace: kube-system
17 - path: ovn-control-plane-node-selector-patch.json
18   target:
19     kind: Deployment
20     name: ovn-control-plane
21     namespace: kube-system