Skip to content

Commit

Permalink
create
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored Oct 11, 2023
1 parent cfd37e5 commit 4e94b52
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 05-create-helm-charts/06-named-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## define a named template & reuse

#### examin the ntchart1 from [github repo](https://github.com/lerndevops/helm-charts/tree/main/05-create-helm-charts/06-named-templates/ntchart1)
#### examin the ntchart1 from [github repo](ntchart1)

```sh
# get the chart to local
Expand Down Expand Up @@ -33,7 +33,7 @@ helm install ntchart1-rel . --dry-run

## use builtin objects in template definitions

#### examin the ntchart2 from [github repo](https://github.com/lerndevops/helm-charts/tree/main/05-create-helm-charts/06-named-templates/ntchart2)
#### examin the ntchart2 from [github repo](ntchart2)

```sh
# get the chart to local
Expand Down Expand Up @@ -68,7 +68,7 @@ helm install ntchart2-rel . --dry-run
* **These files are not rendered to Kubernetes object definitions, but are available everywhere within other chart templates for use.**
* **These files are used to store partials and helpers.**

#### examin the ntchart3 from [github repo](https://github.com/lerndevops/helm-charts/tree/main/05-create-helm-charts/06-named-templates/ntchart3)
#### examin the ntchart3 from [github repo](ntchart3)

```sh
# get the chart to local
Expand Down
15 changes: 9 additions & 6 deletions 05-create-helm-charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
* ***we can also templatize these yaml files to pass values dynamically by using `helm template language`***

---
01. [understand-helm-chart-structure](00-helm-chart-structure/README.md)
02. [create-helm-chart-manual](01-create-helm-chart-manual/README.md)
03. [helm-create](02-helm-create/README.md)
04. [understand-NOTES.txt](03-understand-NOTES.txt/README.md)
05. [helm-chart-built-in-objects](04-built-in-objects/README.md)
06. [helm-chart-templates-actions](05-helm-chart-template-functions/README.md)
00. [understand-helm-chart-structure](00-helm-chart-structure/README.md)
01. [create-helm-chart-manual](01-create-helm-chart-manual/README.md)
02. [helm-create](02-helm-create/README.md)
03. [understand-NOTES.txt](03-understand-NOTES.txt/README.md)
04. [helm-chart-built-in-objects](04-built-in-objects/README.md)
05. [helm-chart-templates-functions](05-helm-chart-template-functions/README.md)
06. [flow-control](07-flow-control)
07. [named-templates](06-named-templates)
08. [vaiables](08-helm-chart-variables)

0 comments on commit 4e94b52

Please sign in to comment.