This commit is contained in:
Moulick Aggarwal 2025-12-30 19:04:22 +01:00 committed by GitHub
commit 715c38d1a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,6 +88,7 @@ alias kdelcm='kubectl delete configmap'
# Secret management
alias kgsec='kubectl get secret'
alias kesec='kubectl edit secret'
alias kgseca='kubectl get secret --all-namespaces'
alias kdsec='kubectl describe secret'
alias kdelsec='kubectl delete secret'