I have added a flag to the helm-docs script to include the documentation for dependencies. This will add more complete documentation to https://artifacthub.io/packages/helm/spiffe/spire#values so it is easier for our users to get started and having a complete overview. --------- Signed-off-by: Marco Franssen <[email protected]> Co-authored-by: Faisal Memon <[email protected]>
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
# You can enable config/features that affect all services here.
|
|
global:
|
|
k8s:
|
|
# -- This is the value of your clusters `kubeadm init --service-dns-domain` flag
|
|
clusterDomain: cluster.local
|
|
spire:
|
|
# -- The name of the Kubernetes cluster (`kubeadm init --service-dns-domain`)
|
|
clusterName: example-cluster
|
|
# -- The trust domain to be used for the SPIFFE identifiers
|
|
trustDomain: example.org
|
|
# -- Override all instances of bundleConfigMap
|
|
bundleConfigMap: ""
|
|
|
|
image:
|
|
# -- Override all Spire image registries at once
|
|
registry: ""
|
|
|
|
# telemetry:
|
|
# prometheus:
|
|
# enabled: true
|
|
# podMonitor:
|
|
# enabled: true
|
|
# # -- Allows to install the PodMonitor in another namespace then the spire components are installed into.
|
|
# namespace: "kube-prometheus-system"
|
|
# labels: {}
|
|
|
|
# subcharts
|
|
spire-server:
|
|
enabled: true
|
|
nameOverride: server
|
|
|
|
controllerManager:
|
|
enabled: true
|
|
|
|
spire-agent:
|
|
enabled: true
|
|
nameOverride: agent
|
|
|
|
spiffe-csi-driver:
|
|
enabled: true
|
|
|
|
spiffe-oidc-discovery-provider:
|
|
enabled: false
|