mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-23 01:14:38 +07:00
feat(scripts): add script to get ArgoCD initial admin password
This commit is contained in:
parent
e06ba36c80
commit
c38c06a071
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
|
Loading…
Reference in New Issue
Block a user