Files
helm-charts-hardened/charts/spire/values.yaml
T
2023-04-17 12:18:18 +02:00

40 lines
973 B
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:
# -- Set the name of the Kubernetes cluster
clusterName: example-cluster
# -- Set the trust domain to use for the spiffe identifiers
trustDomain: example.org
# -- Override all instances of bundleConfigMap
bundleConfigMap: ""
# 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