change folder
This commit is contained in:
@@ -12,7 +12,7 @@ spec:
|
||||
path: agenda
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argoapp
|
||||
namespace: argocd-test
|
||||
|
||||
syncPolicy:
|
||||
syncOptions:
|
||||
|
||||
23
test/etcd/etcdapp.yaml
Normal file
23
test/etcd/etcdapp.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
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
|
||||
Reference in New Issue
Block a user