From b92658a7c4ea1919bfc866855be4fbbe0b0c3acc Mon Sep 17 00:00:00 2001 From: Arvind Prabhakar Date: Tue, 30 Jun 2026 22:48:54 +0000 Subject: [PATCH] Added ArgoCD app for network policies --- argocd-apps/platform/network-policies.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 argocd-apps/platform/network-policies.yaml diff --git a/argocd-apps/platform/network-policies.yaml b/argocd-apps/platform/network-policies.yaml new file mode 100644 index 0000000..8a791ca --- /dev/null +++ b/argocd-apps/platform/network-policies.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: network-policies + namespace: argocd +spec: + project: platform + source: + repoURL: https://www.symcrest.com/internal/dev/git/symcrest/k8s-platform.git + targetRevision: main + path: infrastructure/network-policies + destination: + server: https://kubernetes.default.svc + namespace: apps + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=false