File tree Expand file tree Collapse file tree
infra/helm/argo-cd/templates/app Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- apiVersion : argoproj.io/v1alpha1
2- kind : Application
3- metadata :
4- name : eksapp
5- namespace : argocd
6- spec :
7- project : default
8- source :
9- repoURL : https://github.com/junchil/eks-cluster.git
10- targetRevision : main
11- path : infra/helm/eksapp
12- destination :
13- server : https://kubernetes.default.svc
14- namespace : default
15- syncPolicy :
16- automated :
17- prune : true
18- selfHeal : true
19-
1+ # apiVersion: argoproj.io/v1alpha1
2+ # kind: Application
3+ # metadata:
4+ # name: eksapp
5+ # namespace: argocd
6+ # spec:
7+ # project: default
8+ # source:
9+ # repoURL: https://github.com/junchil/eks-cluster.git
10+ # targetRevision: main
11+ # path: infra/helm/eksapp
12+ # destination:
13+ # server: https://kubernetes.default.svc
14+ # namespace: default
15+ # syncPolicy:
16+ # automated:
17+ # prune: true
18+ # selfHeal: true
You can’t perform that action at this time.
0 commit comments