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 get ArgoCD initial admin password
This commit is contained in:
3
scripts/README.md
Normal file
3
scripts/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Scripts
|
||||
|
||||
Quick (and maybe dirty) scripts to automate common tasks.
|
||||
4
scripts/argocd-password
Executable file
4
scripts/argocd-password
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Get ArgoCD initial admin password
|
||||
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
|
||||
Reference in New Issue
Block a user