A Helm chart to create generic Kubernetes resources
helm repo add appuio https://charts.appuio.ch
helm install generic appuio/genericThe following table lists the configurable parameters chart. For default values and examples, consult values.yaml.
| Parameter | Description |
|---|---|
resources |
List of resources in string format. Allows to use templating. |
Tip: You can use the default values.yaml
The resource strings allow to use Go templating like regular Helm charts.
Make sure you use the root context $ form instead of . (see docs).
The following named templates are provided as helpers:
generic.name- Expand the name of the chart (truncated to 63 characters)generic.fullname- Default fully qualified app namegeneric.chart- Chart name and versiongeneric.labels- Common labelsgeneric.selectorLabels- Selector (name and instance) labels