You are here: Home » kubernetes » helm
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
kubernetes:helm [2022/05/29 09:01] admin created |
kubernetes:helm [2024/01/26 17:33] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== | + | ====== Helm commands ====== |
| === helm template === | === helm template === | ||
| Line 9: | Line 9: | ||
| + | < | ||
| helm template cortex --namespace=cortex --dependency-update -f values_custom.yaml --output-dir ' | helm template cortex --namespace=cortex --dependency-update -f values_custom.yaml --output-dir ' | ||
| + | </ | ||
| - | helm template external-secrets external-secrets/ | + | < |
| - | + | ||
| helm template traefik --namespace=ingress-controller -f values_custom.yaml --output-dir ' | helm template traefik --namespace=ingress-controller -f values_custom.yaml --output-dir ' | ||
| + | </ | ||
| + | < | ||
| helm template cert-manager --namespace=cert-manager --dependency-update --output-dir ' | helm template cert-manager --namespace=cert-manager --dependency-update --output-dir ' | ||
| + | </ | ||
| - | Helm template from repo chart | + | === Helm template from repo chart === |
| + | |||
| + | < | ||
| helm template loki --namespace=logging --dependency-update --output-dir ' | helm template loki --namespace=logging --dependency-update --output-dir ' | ||
| + | </ | ||
| - | Show available values in chart | + | === Show available values in chart === |
| + | |||
| + | < | ||
| helm show values prometheus-community/ | helm show values prometheus-community/ | ||
| + | </ | ||
| - | Search helm chart | + | === Search helm chart === |
| + | |||
| + | < | ||
| helm search repo [tag] | helm search repo [tag] | ||
| + | </ | ||
| - | Show helm chart info | + | === Show helm chart info === |
| + | |||
| + | < | ||
| helm show chart mtougeron/ | helm show chart mtougeron/ | ||
| + | </ | ||
| - | List repositories | + | === List repositories |
| + | |||
| + | < | ||
| helm repo list | helm repo list | ||
| + | </ | ||