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