Skip to main content

Feature Options

Here's what the feature options look like, with the default values or [required] for properties that must be specified:

features:
grafana: true
harbor:
enabled: false
chartMuseum: false
notary: false
trivy: false
kiali: false
loki: true
mimir: true
minio: true
nodeProblemDetector: false
serviceMesh: false
tempo: true
PropertyDescription
grafana

bool: Specifies whether Grafana is installed. This defaults to true.

harbor

object: Specifies whether Harbor and related related components to be installed in the cluster.

PropertyDescription
enabled

bool: Optionally installs Harbor. This defaults to false.

chartMuseum

bool: Optionally installs the Harbor Chart Museum. This defaults to false.

notary

bool: Optionally installs the Harbor Notary. This defaults to false.

trivy

bool: Optionally installs the Harbor Trivy. This defaults to false.

kiali

bool: Optionally enables the Kiali service mesh dashboard. This defaults to false.

NOTE: serviceMesh will also be enabled when kiali is enabled.

loki

bool: Specifies whether Loki is installed. This defaults to true.

mimir

bool: Indicates whether Mimir is installed. This defaults to true.

minio

bool: Indicates whether Minio is installed. This defaults to true.

nodeProblemDetector

bool: Optionally installs the Node Problem Detector. This defaults to false.

serviceMesh

bool: Optionally enables the Istio service mesh. This defaults to false.

NOTE: This will also be enabled when kiali is enabled.

tempo

bool: Optionally installs Tempo. This defaults to true.