Refactor cluster-icn to separate EMCO components
[icn.git] / deploy / site / cluster-addons / flux-system / kustomization.yaml
1 apiVersion: kustomize.config.k8s.io/v1beta1
2 kind: Kustomization
3
4 resources:
5 - gotk-components.yaml
6
7 patchesJson6902:
8 - path: run-as-user-patch.json
9   target:
10     kind: Deployment
11     name: helm-controller
12 - path: run-as-user-patch.json
13   target:
14     kind: Deployment
15     name: kustomize-controller
16 - path: run-as-user-patch.json
17   target:
18     kind: Deployment
19     name: notification-controller
20 - path: run-as-user-patch.json
21   target:
22     kind: Deployment
23     name: source-controller