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