File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ helm repo add argo https://argoproj.github.io/argo-helm || true
9
9
helm repo update
10
10
helm upgrade --install argocd argo/argo-cd --namespace argocd --create-namespace --wait
11
11
12
- kubectl create secret generic private-repo-creds -n argocd \
13
- --from-literal=username=REPLACE_USERNAME \
14
- --from-literal=password=$GITHUB_TOKEN \
15
- --from-literal=type=git \
16
- --from-literal=url=https://github.com/csantanapr /gitopscon-2024-na-demo-carlos \
17
- --dry-run=client -o yaml | \
18
- sed " s/namespace: argocd/namespace: argocd\n labels:\n argocd.argoproj.io\/secret-type: repository/" | \
19
- kubectl apply -f -
12
+ # kubectl create secret generic private-repo-creds -n argocd \
13
+ # --from-literal=username=REPLACE_USERNAME \
14
+ # --from-literal=password=$GITHUB_TOKEN \
15
+ # --from-literal=type=git \
16
+ # --from-literal=url=https://github.com/REPLACE_FORK /gitopscon-2024-na-demo \
17
+ # --dry-run=client -o yaml | \
18
+ # sed "s/namespace: argocd/namespace: argocd\n labels:\n argocd.argoproj.io\/secret-type: repository/" | \
19
+ # kubectl apply -f -
20
20
21
21
sleep 60
22
22
# Deploy Application Set
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ const eksCluster = new eks.Cluster(`${stackName}-cluster`, {
121
121
// }]
122
122
} )
123
123
124
- const example = new aws . eks . Addon ( "eks-pod-identity-agent" , {
124
+ new aws . eks . Addon ( "eks-pod-identity-agent" , {
125
125
clusterName : eksCluster . eksCluster . name ,
126
126
addonName : "eks-pod-identity-agent" ,
127
127
} ) ;
You can’t perform that action at this time.
0 commit comments