Skip to content

Commit 7fa1b6b

Browse files
committed
awsdeploy
1 parent 68bb90c commit 7fa1b6b

1 file changed

Lines changed: 18 additions & 19 deletions

File tree

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
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

0 commit comments

Comments
 (0)