100 lines
1.9 KiB
Text
100 lines
1.9 KiB
Text
|
|
|
|
= base
|
|
|
|
image::https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square[Version: 0.1.0]
|
|
image::https://img.shields.io/badge/Version-application-informational?style=flat-square[Type: application]
|
|
== Maintainers
|
|
|
|
.Maintainers
|
|
|===
|
|
| Name | Email | Url
|
|
|
|
| WrenIX
|
|
|
|
|
| <https://wrenix.eu>
|
|
|===
|
|
|
|
== Values
|
|
|
|
.Values
|
|
|===
|
|
| Key | Type | Default | Description
|
|
|
|
| commons.helm.release.driftDetection
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.helm.release.install
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.helm.release.test
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.helm.release.upgrade
|
|
| object
|
|
| `{}`
|
|
|
|
|
|
|
| commons.namespace.labels
|
|
| object
|
|
| `{}`
|
|
| labels for every new created namespace (together or overwritten by components.<component-release-name.namespace.labels)
|
|
|
|
| componentCommons.helm.release.interval
|
|
| string
|
|
| `"10m"`
|
|
|
|
|
|
|
| componentCommons.helm.release.valuesFrom
|
|
| list
|
|
| `[]`
|
|
| valuesFrom for every components (for use values from ConfigMap or Secret)
|
|
|
|
| components.<component-release-name>.enabled
|
|
| bool
|
|
| `false`
|
|
| enable component-release to install
|
|
|
|
| components.<component-release-name>.name
|
|
| string
|
|
| `nil`
|
|
| optional component-name (if not set component-release-name is used as component-name)
|
|
|
|
| components.<component-release-name>.namespace.labels
|
|
| object
|
|
| `{}`
|
|
| if create a new namespace use labels (and the common namespace.labels)
|
|
|
|
| components.<component-release-name>.namespace.name
|
|
| string
|
|
| `nil`
|
|
| if not set, it reuse namespace where this base-chart is deployed
|
|
|
|
| components.<component-release-name>.namespace.skip_create
|
|
| bool
|
|
| `false`
|
|
| use the named namespace but does not create it
|
|
|
|
| components.<component-release-name>.values
|
|
| object
|
|
| `{}`
|
|
| set values on component-release
|
|
|
|
| components.<component-release-name>.valuesFrom
|
|
| list
|
|
| `[]`
|
|
| valuesFrom just for this component (for use values from ConfigMap or Secret)
|
|
|
|
| global
|
|
| object
|
|
| `{}`
|
|
|
|
|
|===
|
|
|
|
Autogenerated from chart metadata using https://github.com/norwoodj/helm-docs[helm-docs]
|