Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.6 KB

File metadata and controls

45 lines (32 loc) · 1.6 KB

generic

Version: 0.1.2

A Helm chart to create generic Kubernetes resources

Installation

helm repo add appuio https://charts.appuio.ch
helm install generic appuio/generic

Configuration

The 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

Templating

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 name
  • generic.chart - Chart name and version
  • generic.labels - Common labels
  • generic.selectorLabels - Selector (name and instance) labels