mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
b966f57a2f
* 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>
27 lines
766 B
YAML
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
|