Skip to content

Commit

Permalink
Fix-conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnyDev committed Dec 10, 2023
1 parent 604df21 commit 2e53dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Argo-CD/Argocd-EKS/deploy-argocd-eks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ kubectl get service ${RELEASE_NAME}-argocd-server -n ${NAMESPACE} | awk '{print
#Reveal ArgoCD Pass
echo "--------------------ArgoCD UI Password--------------------"
echo "Username: admin"
kubectl -n ${NAMESPACE} get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d > argo-pass.txt
kubectl -n ${NAMESPACE} get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d > argo-pass.txt
2 changes: 1 addition & 1 deletion Argo-CD/Argocd-EKS/remove-argocd-eks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ rm -rf argo-pass.txt

#Sleep 30 seconds
echo "--------------------Wait for completely delete EKS--------------------"
sleep 30s
sleep 30s

0 comments on commit 2e53dfb

Please sign in to comment.