Skip to content

Commit

Permalink
Add suffix to chart
Browse files Browse the repository at this point in the history
  • Loading branch information
kramerul committed Jan 2, 2020
1 parent 904b2a5 commit 4092cb8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ If no namespace is given, the namespace is inherited from the parent chart.
|-----------|-------------|
| `url` | The chart is loaded from the given url. The url can be relative. In this case the chart is loaded from a path relative to the current chart location. |
| `namespace` | If no namespace is given, the namespace is inherited from the parent chart. |
| `suffix` | This suffix is appended to each chart name. The suffix is inhertied from the parent if no value is given|
| `proxy` | If true, a proxy for the chart is returned. Applying or deleting a proxy chart is done by applying a `CustomerResource` to kubernetes. The installation process is then performed by the `shalm-controller` in the background
|
| `...` | Additional parameters are passed to the `init` method of the corresponding chart. |
Expand Down Expand Up @@ -363,4 +364,5 @@ The `chart_class` represents the values read from the `Chart.yaml` file
It's not possible to set values (from `values.yaml`) directly.
If you would like to set a lot of values, it's more convenient to write a separate shalm chart.
* `shalm` doesn't track installed charts on a kubernetes cluster. It works more like `kubectl apply`
* The `.Release.Name` value is build as follows: `<chart.name>-<chart.suffix>`. If no suffix is given, the hyphen is also ommited.

0 comments on commit 4092cb8

Please sign in to comment.