fix(kubectl): remove duplicated alias for kubectl plugin kgsa (#9927)

This commit is contained in:
Wenli Wan
2021-06-11 20:49:04 -07:00
committed by GitHub
parent 81db2af601
commit 0869a57cb5
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -151,7 +151,6 @@ alias kdpvc='kubectl describe pvc'
alias kdelpvc='kubectl delete pvc'
# Service account management.
alias kgsa="kubectl get sa"
alias kdsa="kubectl describe sa"
alias kdelsa="kubectl delete sa"