helm: add aliases (#17271)

This commit is contained in:
Managor
2025-07-20 01:33:14 +03:00
committed by GitHub
parent 78b7b1ba89
commit 6af378cebe
+4 -4
View File
@@ -14,15 +14,15 @@
- List helm repositories:
`helm repo list`
`helm repo {{[ls|list]}}`
- Update helm repositories:
`helm repo update`
`helm repo {{[up|update]}}`
- Delete a helm repository:
`helm repo remove {{repository_name}}`
`helm repo {{[rm|remove]}} {{repository_name}}`
- Install a helm chart:
@@ -34,4 +34,4 @@
- Update helm dependencies:
`helm dependency update`
`helm {{[dep|dependency]}} {{[up|update]}}`