Difference between revisions of "Helm charts"
Jump to navigation
Jump to search
(4 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
* <code>[[helm create]] YOUR_NEW_CHART</code> | * <code>[[helm create]] YOUR_NEW_CHART</code> | ||
− | * <code>[[helm show chart]] stable/grafana</code> | + | * <code>[[helm show chart]] [[helm show chart stable/grafana| chartrepoURL/grafana]]</code> |
+ | * <code>[[helm get values]] argo-cd --all -n argocd</code> | ||
* <code>[[helm pull]] chartrepo/chartname</code> | * <code>[[helm pull]] chartrepo/chartname</code> | ||
+ | |||
+ | |||
+ | == Activities == | ||
+ | * Use <code>[[helm get values]]</code> to retrive values of an installed [[chart]] | ||
== Related == | == Related == | ||
Line 10: | Line 15: | ||
* <code>[[helm search repo]] <reponame>/<chartname> --versions</code> | * <code>[[helm search repo]] <reponame>/<chartname> --versions</code> | ||
* [[Chart templates]] | * [[Chart templates]] | ||
+ | * [[Charms]] | ||
== See also == | == See also == |
Latest revision as of 09:34, 9 July 2024
Helm packages multiple Kubernetes resources into a single logical deployment unit called a chart.
helm create YOUR_NEW_CHART
helm show chart chartrepoURL/grafana
helm get values argo-cd --all -n argocd
helm pull chartrepo/chartname
Activities[edit]
- Use
helm get values
to retrive values of an installed chart
Related[edit]
helm list
helm search repo <reponame>/<chartname> --versions
- Chart templates
- Charms
See also[edit]
helm show [ chart | all | crds | values | readme ]
,helm show --help
- Helm,
helm
[repo | template
|list
|install | unsintall
|create
|show | pull | push
|status | history | plugin
|search | upgrade | delete | lint | test | package | dependency | get | rollback | version | --help]
,helm@2
, Chart file structure, Helm Charts,values.yaml, chart.yaml
, Helm functions, Helm versions,helmfile
Deprecated:init
, variables, Mapkubeapis, .helmignore
Advertising: