feat(terraform): add new terraform and helm aliases (#11923)

This commit is contained in:
reda
2024-01-13 12:36:26 +01:00
committed by GitHub
parent 1c8dee848d
commit 15479ca5ae
4 changed files with 13 additions and 6 deletions

View File

@@ -14,5 +14,6 @@ fi
alias h='helm'
alias hin='helm install'
alias hun='helm uninstall'
alias hse='helm search'
alias hup='helm upgrade'