1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-08 16:55:48 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,15 +14,15 @@
- List helm repositories: - List helm repositories:
`helm repo list` `helm repo {{[ls|list]}}`
- Update helm repositories: - Update helm repositories:
`helm repo update` `helm repo {{[up|update]}}`
- Delete a helm repository: - Delete a helm repository:
`helm repo remove {{repository_name}}` `helm repo {{[rm|remove]}} {{repository_name}}`
- Install a helm chart: - Install a helm chart:
@ -34,4 +34,4 @@
- Update helm dependencies: - Update helm dependencies:
`helm dependency update` `helm {{[dep|dependency]}} {{[up|update]}}`