This patch enables a user to override all image registry settings all at once to point to their own registry to enable easy custom mirrors. partially implements: https://github.com/spiffe/helm-charts/issues/139 --------- Signed-off-by: Kevin Fox <[email protected]> Co-authored-by: Marco Franssen <[email protected]>
44 lines
1.0 KiB
YAML
44 lines
1.0 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:
|
|
# -- 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: ""
|
|
|
|
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
|