Argocd-test/application.yaml

23 lines
433 B
YAML
Raw Normal View History

2023-07-10 09:05:12 +00:00
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-agenda
namespace: argocd
spec:
project: default
source:
repoURL: https://github.com/soukainna/kubeArgocdTesting
targetRevision: HEAD
path: agenda
destination:
server: https://kubernetes.default.svc
namespace: argoapp
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true