1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-13 04:40:59 +01:00

add kubectl edit secret also

This commit is contained in:
Moulick Aggarwal
2019-10-24 19:01:07 +05:30
committed by GitHub
parent 40df67bc3b
commit 6f65f6807e

View File

@@ -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'