mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-23 14:20:08 +00:00
add kubectl edit secret also
This commit is contained in:
parent
40df67bc3b
commit
6f65f6807e
1 changed files with 1 additions and 0 deletions
|
@ -75,6 +75,7 @@ alias kdelcm='kubectl delete configmap'
|
|||
|
||||
# Secret management
|
||||
alias kgsec='kubectl get secret'
|
||||
alias kesec='kubectl edit secret'
|
||||
alias kdsec='kubectl describe secret'
|
||||
alias kdelsec='kubectl delete secret'
|
||||
|
||||
|
|
Loading…
Reference in a new issue