constellation/cli/internal/helm/charts/edgeless/constellation-services/values.yaml
Daniel Weiße b966f57a2f
AB#2554 GCP CSI driver deployment (#532)
* Allow enabling/disabling of CSI driver through config

* Fix inconsistent namespace parsing

* Deploy GCP CSI driver on init

* Update invalid pod tolerations

* Add generate script for CSI charts

* Update generateCilium script

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
2022-11-18 10:05:02 +01:00

27 lines
766 B
YAML

global:
# Port on which the KMS service will listen. Global since join-service also uses the value.
kmsPort: 9000
# Path to which secrets/CMs are mounted.
serviceBasePath: /var/config
# Name of the ConfigMap that holds measurements and other info.
joinConfigCMName: join-config
# Name of the ConfigMap that holds the installed k8s version.
k8sVersionCMName: k8s-version
# Name of the ConfigMap that holds configs that should not be modified by the user.
internalCMName: internal-config
# GCP specific configuration
gcp:
deployCSIDriver: false
# Azure specific configuration
azure:
deployCSIDriver: false
# Set one of the tags to true to indicate which CSP you are deploying to.
tags:
Azure: false
GCP: false
AWS: false
QEMU: false