mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/khuedoan/homelab.git
synced 2026-09-20 08:03:58 +08:00
feat(scripts): add script to wait for important services to reach heathy state
This commit is contained in:
5
scripts/argocd-admin-password
Executable file
5
scripts/argocd-admin-password
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Get ArgoCD initial admin password
|
||||
export KUBECONFIG=./metal/kubeconfig.yaml
|
||||
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
|
||||
Reference in New Issue
Block a user