Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-20 00:24:01 +00:00
parent 16134c78d9
commit 1ec3810968
41 changed files with 352 additions and 139 deletions

View File

@@ -19,15 +19,15 @@ source: https://github.com/tldr-pages/tldr.git
- 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:
@@ -39,4 +39,4 @@ source: https://github.com/tldr-pages/tldr.git
- Update helm dependencies:
`helm dependency update`
`helm {{[dep|dependency]}} {{[up|update]}}`