Argocd-test/application.yaml

23 lines
467 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
2023-07-24 09:25:51 +00:00
path: /home/soukaina/test/Argocd-test/test
2023-07-10 09:05:12 +00:00
destination:
server: https://kubernetes.default.svc
2023-07-24 09:15:30 +00:00
namespace: argocd-test
2023-07-10 09:05:12 +00:00
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true