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

This commit is contained in:
Wenli Wan 2021-06-12 11:49:04 +08:00 committed by GitHub
commit 0869a57cb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

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"