20 lines
483 B
YAML
20 lines
483 B
YAML
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
|