Difference between revisions of "Helm show values"
Jump to navigation
Jump to search
(12 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{lc}} | + | {{lc}}<code>[[helm show values]]</code> directory, file, or URL |
+ | * https://helm.sh/docs/helm/helm_show_values/ | ||
+ | helm show values show values of chart added with <code>[[helm repo add]]</code> | ||
+ | |||
+ | |||
[[helm show]] values YOURCHARTNAME | [[helm show]] values YOURCHARTNAME | ||
[[helm show values --help]] | [[helm show values --help]] | ||
Line 5: | Line 9: | ||
[[helm show values elastic/elasticsearch]] | [[helm show values elastic/elasticsearch]] | ||
[[helm show values prometheus-community/prometheus]] | [[helm show values prometheus-community/prometheus]] | ||
+ | [[helm show values fluent/fluentd]] | ||
+ | [[helm show values bitnami/mediawiki]] | ||
+ | [[helm show values sentinelone/s1-agent]] | ||
+ | |||
+ | |||
+ | [[helm show values]] wrongname | ||
+ | Error: failed to download "wrongname" | ||
+ | helm show values my-mariadb | ||
+ | Error: non-absolute URLs should be in form of [[repo_name/]]path_to_chart, got: my-mariadb | ||
[[helm show]] values | [[helm show]] values | ||
Line 22: | Line 35: | ||
* <code>[[.Values]]</code> | * <code>[[.Values]]</code> | ||
* <code>[[helm repo]]</code> | * <code>[[helm repo]]</code> | ||
+ | * <code>[[helm list]]</code> | ||
+ | * <code>[[--set]]</code> | ||
== See also == | == See also == | ||
+ | * {{values.yaml}} | ||
* {{helm show}} | * {{helm show}} | ||
− | |||
[[Category:Helm]] | [[Category:Helm]] |
Latest revision as of 09:29, 9 July 2024
helm show values
directory, file, or URL
helm show values show values of chart added with helm repo add
helm show values YOURCHARTNAME helm show values --help helm show values eck-operator helm show values elastic/elasticsearch helm show values prometheus-community/prometheus helm show values fluent/fluentd helm show values bitnami/mediawiki helm show values sentinelone/s1-agent
helm show values wrongname Error: failed to download "wrongname"
helm show values my-mariadb Error: non-absolute URLs should be in form of repo_name/path_to_chart, got: my-mariadb
helm show values Error: "helm show values" requires 1 argument Usage: helm show values [CHART] [flags]
helm show values Error: unknown command "show" for "helm" Run 'helm --help' for usage.
Related[edit]
See also[edit]
Advertising: