Skip to content

Commit

Permalink
create
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored Oct 10, 2023
1 parent d786897 commit b05c472
Show file tree
Hide file tree
Showing 20 changed files with 410 additions and 732 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,10 @@
## Understand Helm Chart Folder Structure

### create a helm chart

```t
# Helm Create Chart
helm create <CHART-NAME>
helm create testchart
```
### `Note`: A helm chart follows pre defined directory structure with some pre defined file & directory names

### Helm Chart Structure can be found as below

1. **we can observe the `helm create` command creates chart directory structure with various files & directories as below**
1. **not every file or directory inside the test chart directory are mandatory**
1. **not every file or directory inside a chart directory are mandatory**
2. **as mentioned below only `Chart.yaml` & `templates directory` are mandatory. rest all are optional, we can use them accordingly**
3. **each file & directory has thier own purpose & meaning. we will understand them as we create the charts**

Expand Down Expand Up @@ -46,9 +39,3 @@
#### `templates/service.yaml`: **A basic manifest for creating a service endpoint for your deployment**
#### `templates/_helpers.tpl`: **A place to put template helpers that you can re-use throughout the chart**





## [know your chart](https://github.com/lerndevops/helm-charts/blob/main/04-work-with-helm-charts/00-helm-chart-structure/know-your-chart.md)

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

24 changes: 0 additions & 24 deletions 05-create-helm-charts/00-helm-chart-structure/testchart/Chart.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b05c472

Please sign in to comment.