mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07: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>
12 lines
438 B
YAML
12 lines
438 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- argocd-notifications-controller-rolebinding.yaml
|
|
- argocd-notifications-controller-sa.yaml
|
|
- argocd-notifications-cm.yaml
|
|
- argocd-notifications-controller-deployment.yaml
|
|
- argocd-notifications-secret.yaml
|
|
- argocd-notifications-controller-role.yaml
|
|
- argocd-notifications-controller-metrics-service.yaml
|
|
- argocd-notifications-controller-network-policy.yaml
|