config
This commit is contained in:
parent
235dfcf4b9
commit
58c17fa10f
|
@ -1,7 +1,7 @@
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: my-app
|
name: agenda-app
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
|
@ -9,7 +9,7 @@ spec:
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.coopgo.io/soukaina/Argocd-test
|
repoURL: https://git.coopgo.io/soukaina/Argocd-test
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: .
|
path: agenda
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: argocd-test
|
namespace: argocd-test
|
Loading…
Reference in New Issue