23 lines
433 B
YAML
23 lines
433 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: app-etcd
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
project: default
|
||
|
|
||
|
source:
|
||
|
repoURL: https://github.com/soukainna/kubeArgocdTesting
|
||
|
targetRevision: HEAD
|
||
|
path: etcd
|
||
|
destination:
|
||
|
server: https://kubernetes.default.svc
|
||
|
namespace: argocd-test
|
||
|
|
||
|
syncPolicy:
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|
||
|
|
||
|
automated:
|
||
|
selfHeal: true
|
||
|
prune: true
|