-
Notifications
You must be signed in to change notification settings - Fork 2
ArgoCD setup 작성 #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
ArgoCD local 포트포워딩 후 접속 법 aws eks update-kubeconfig --region ap-northeast-2 --name ticketing-main-cluster
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d; echo
kubectl port-forward svc/morgo-argocd-server -n argocd 8080:443
- codespace => port => port protocol 변경 => https |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Todo
provider helm
setuphelm_release
를 통해 argoCD setupThe text was updated successfully, but these errors were encountered: