mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
* feat: add ingress network policies for applicationset and notifications controllers Signed-off-by: Justin Marquis <34fathombelow@protonmail.com> * updated count of manifest Signed-off-by: Justin Marquis <34fathombelow@protonmail.com>
10 lines
370 B
YAML
10 lines
370 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- argocd-applicationset-controller-rolebinding.yaml
|
|
- argocd-applicationset-controller-sa.yaml
|
|
- argocd-applicationset-controller-deployment.yaml
|
|
- argocd-applicationset-controller-role.yaml
|
|
- argocd-applicationset-controller-service.yaml
|
|
- argocd-applicationset-controller-network-policy.yaml
|