Files
argocdapps/root-set.yaml
2025-05-30 16:46:35 +03:00

21 lines
439 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: apps-manager
namespace: argocd
spec:
project: default
source:
repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
targetRevision: main
path: argocd-apps
destination:
server: "https://kubernetes.default.svc"
namespace: argocd
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true