X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fsite%2Fcluster-icn%2Fflux-system%2Fkustomization.yaml;h=0ef2fc9a0b36588b4b4d150eeb7ff7e4c1cad3eb;hb=ff5f274ea672fbb9e99d902d3c321da121d7f20e;hp=3842229e754d61da96623962971b9289928cff1f;hpb=7d9a147be328eb6fa90d64ef845635d506601d12;p=icn.git diff --git a/deploy/site/cluster-icn/flux-system/kustomization.yaml b/deploy/site/cluster-icn/flux-system/kustomization.yaml index 3842229..0ef2fc9 100644 --- a/deploy/site/cluster-icn/flux-system/kustomization.yaml +++ b/deploy/site/cluster-icn/flux-system/kustomization.yaml @@ -1,5 +1,24 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization + resources: - gotk-components.yaml - gotk-sync.yaml + +patchesJson6902: +- path: run-as-user-patch.json + target: + kind: Deployment + name: helm-controller +- path: run-as-user-patch.json + target: + kind: Deployment + name: kustomize-controller +- path: run-as-user-patch.json + target: + kind: Deployment + name: notification-controller +- path: run-as-user-patch.json + target: + kind: Deployment + name: source-controller