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:
parent
78b7b1ba89
commit
6af378cebe
1 changed files with 4 additions and 4 deletions
|
@ -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]}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue