Files
katenary/generator/extrafiles
Patrice Ferlet 4367a01769 Big refactorization
- reduce complexity
- use better tools to format the code
- add more tests
- and too many things to list here

We are rewriting for V3, so these commits are sometimes big and not
fully detailed. Of course, further work will be more documented.
2024-05-06 21:11:36 +02:00
..
2023-12-06 15:24:02 +01:00
2024-04-21 16:35:32 +02:00
2024-04-21 16:35:32 +02:00
2024-05-06 21:11:36 +02:00
2023-12-06 15:24:02 +01:00

# {{ .Chart.Name }}

{{ .Chart.Description }}

## Installing the Chart

To install the chart with the release name `my-release`:

```bash
# Standard Helm install
$ helm install  my-release {{ .Chart.Name }}

# To use a custom namespace and force the creation of the namespace
$ helm install my-release --namespace my-namespace --create-namespace {{ .Chart.Name }}

# To use a custom values file
$ helm install my-release -f my-values.yaml {{ .Chart.Name }}
```

See the [Helm documentation](https://helm.sh/docs/intro/using_helm/) for more information on installing and managing the chart.

## Configuration

The following table lists the configurable parameters of the {{ .Chart.Name }} chart and their default values.

| {{ printf "%-*s" .DescrptionPadding "Parameter" }} | {{ printf "%-*s" .DefaultPadding "Default" }} |
| {{ repeat "-" .DescrptionPadding  }} | {{ repeat "-" .DefaultPadding }} |
{{- range .Chart.Values }}
{{ . }}
{{- end }}