Difference between revisions of "Helm create"

From wikieduonline
Jump to navigation Jump to search
 
(15 intermediate revisions by 6 users not shown)
Line 5: Line 5:
 
  {{helm create my-first-chart}}
 
  {{helm create my-first-chart}}
  
helm create my-first-chart
 
Creating my-first-chart
 
  
find  my-first-chart
+
== Installation ==
my-first-chart
+
* <code>cd my-first-chart && [[helm install]] [[yourapp]] .</code>
my-first-chart/[[Chart.yaml]]
 
my-first-chart[[/charts]]
 
my-first-chart/[[.helmignore]]
 
my-first-chart/templates
 
my-first-chart[[/templates/]]deployment.yaml
 
my-first-chart/templates/NOTES.txt
 
my-first-chart/templates/ingress.yaml
 
my-first-chart/templates/tests
 
my-first-chart/templates/tests/test-connection.yaml
 
my-first-chart/templates/service.yaml
 
my-first-chart/templates/serviceaccount.yaml
 
my-first-chart/templates/_helpers.tpl
 
my-first-chart/[[values.yaml]]
 
  
 +
== Errors ==
 +
[[Error: INSTALLATION FAILED: cannot load values.yaml: error converting YAML to JSON]]: yaml: line 46: [[did not find expected key]]
  
 
+
== Related ==
== Related commands ==
 
 
* <code>[[helm get manifest]]</code>
 
* <code>[[helm get manifest]]</code>
 
+
* <code>[[helm install]]</code>
 +
* <code>[[helm package]]</code>
 +
* <code>[[helm --dry-run --debug]]</code>
 +
* [[Helm functions]]
 +
* <code>[[brew install helm]]</code>
 +
* <code>[[secret.yml]]</code>
 +
* <code>[[values.schema.json]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 18:38, 15 February 2024

Advertising: