k8s-platform/argocd-apps/applications/infrastructure/namespaces.yaml

20 lines
478 B
YAML
Raw Permalink Normal View History

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: namespaces
namespace: argocd
spec:
project: platform
source:
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/symcrest/k8s-platform.git
targetRevision: main
path: infrastructure/namespaces
destination:
server: https://kubernetes.default.svc
namespace: default
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=false