Difference between revisions of "Helm lint"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
  
* <code>[[helm lint --debug --strict]]</code>
+
[[helm lint --debug --strict]] /path/to/your/helmcharts
 +
==> Linting /path/to/your/helmcharts
 +
Lint OK
 +
 +
1 chart(s) linted, no failures
 +
 
 +
 
 +
helm lint .
 +
==> Skipping .
 +
unable to check [[Chart.yaml]] file in chart: stat Chart.yaml: no such file or directory
 +
 +
Error: 0 chart(s) linted, 1 chart(s) failed
  
 
== Related ==
 
== Related ==
 
* [[Lint]]
 
* [[Lint]]
 +
* <code>[[helm lint --help]]</code>
 +
* <code>[[helm template]]</code>
 +
* <code>[[helm template --debug]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 15:51, 29 September 2022

helm lint --debug --strict /path/to/your/helmcharts
==> Linting /path/to/your/helmcharts
Lint OK

1 chart(s) linted, no failures


helm lint .
==> Skipping .
unable to check Chart.yaml file in chart: stat Chart.yaml: no such file or directory

Error: 0 chart(s) linted, 1 chart(s) failed

Related[edit]

See also[edit]

Advertising: