File tree 4 files changed +26
-0
lines changed
4 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,15 @@ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in volup
12
12
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
13
13
culpa qui officia deserunt mollit anim id est laborum.
14
14
15
+ ## Installing the Chart
16
+
17
+ To install the chart with the release name ` my-release ` :
18
+
19
+ ``` console
20
+ $ helm repo add foo-bar http://charts.foo-bar.com
21
+ $ helm install my-release foo-bar/custom-template
22
+ ```
23
+
15
24
## Requirements
16
25
17
26
| Repository | Name | Version |
Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in volup
11
11
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
12
12
culpa qui officia deserunt mollit anim id est laborum.
13
13
14
+ ## Installing the Chart
15
+
16
+ To install the chart with the release name `my-release`:
17
+
18
+ ```console
19
+ $ helm repo add foo-bar http://charts.foo-bar.com
20
+ $ helm install my-release foo-bar/{{ template "chart.name" . }}
21
+ ```
22
+
14
23
{{ template "chart.requirementsSection" . }}
15
24
16
25
{{ template "chart.valuesSection" . }}
Original file line number Diff line number Diff line change 4
4
5
5
> ** :exclamation : This Helm Chart is deprecated!**
6
6
7
+ ## ` chart.name `
8
+
9
+ full-template
10
+
7
11
## ` chart.description `
8
12
9
13
A chart for showing every README-element
Original file line number Diff line number Diff line change 10
10
11
11
{{ template "chart.deprecationWarning" . }}
12
12
13
+ ## `chart.name`
14
+
15
+ {{ template "chart.name" . }}
16
+
13
17
## `chart.description`
14
18
15
19
{{ template "chart.description" . }}
You can’t perform that action at this time.
0 commit comments