base
Values
Key | Type | Default | Description |
---|---|---|---|
base.helm.release.driftDetection |
object |
|
driftDetection of FluxCD HelmRelease |
base.helm.release.install |
object |
|
install of FluxCD HelmRelease |
base.helm.release.interval |
string |
|
interval of FluxCD HelmRelease |
base.helm.release.test |
object |
|
test of FluxCD HelmRelease |
base.helm.release.upgrade |
object |
|
upgrade of FluxCD HelmRelease |
base.helm.release.valuesFrom |
list |
|
valuesFrom for every components (for use values from ConfigMap or Secret) |
base.helm.repo.interval |
string |
|
interval of FluxCD Repository |
base.helm.repo.namespace |
string |
|
namespace, where the GitRepo resource is installed (maybe needed together with secretRef) |
base.helm.repo.ref |
object |
|
default ref (if no branch is set - maybe overwritten by semver or so) |
base.helm.repo.secretRef |
string |
|
secret to get access to the git-repo |
base.helm.repo.url |
string |
|
git repo where all components are stored |
base.helm.repo.verify |
string |
|
secret to get access to the git-repo |
base.namespace.labels |
object |
|
labels for every new created namespace (together or overwritten by components.<component-release-name.namespace.labels) |
Key | Type | Default | Description |
---|---|---|---|
commons |
object |
|
commons are values which are additional |
global |
object |
|
global are values which overwrite values global |
Key | Type | Default | Description |
---|---|---|---|
components.<component-release-name>.enabled |
bool |
|
enable component-release to install |
components.<component-release-name>.name |
string |
|
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 |
|
if not set, it reuse namespace where this base-chart is deployed |
components.<component-release-name>.namespace.skip_create |
bool |
|
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) |
Autogenerated from chart metadata using helm-docs