mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Merge 14f66bc624 into a79b37b954
This commit is contained in:
commit
17307b90f7
1 changed files with 4 additions and 0 deletions
|
|
@ -91,6 +91,10 @@ alias kgsec='kubectl get secret'
|
|||
alias kgseca='kubectl get secret --all-namespaces'
|
||||
alias kdsec='kubectl describe secret'
|
||||
alias kdelsec='kubectl delete secret'
|
||||
alias kdecsec='
|
||||
kdecsec_go_template='{{range $k,$v := .data}}{{"### "}}{{$k}}{{"\n"}}{{$v|base64decode}}{{"\n\n"}}{{end}}'
|
||||
alias kdecsec="kubectl get secret -o go-template='$kdecsec_go_template'"
|
||||
unset kdecsec_go_template
|
||||
|
||||
# Deployment management.
|
||||
alias kgd='kubectl get deployment'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue