mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-15 10:54:29 -05:00
7ad284d672
* add aws csi driver helm chart * update chart * add CSI driver to Constellation default deployment * generate config doc * update buildfiles * use upstream chart * update buildfile * set `DeployCSIDriver` in default config * fix helm test * whitespace
35 lines
860 B
YAML
35 lines
860 B
YAML
global:
|
|
# Port on which the KeyService will listen. Global since join-service also uses the value.
|
|
keyServicePort: 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 configs that should not be modified by the user.
|
|
internalCMName: internal-config
|
|
|
|
# AWS specific configuration
|
|
aws:
|
|
deployCSIDriver: false
|
|
|
|
# Azure specific configuration
|
|
azure:
|
|
deployCSIDriver: false
|
|
|
|
# GCP specific configuration
|
|
gcp:
|
|
deployCSIDriver: false
|
|
|
|
# OpenStack specific configuration
|
|
openstack:
|
|
deployYawolLoadBalancer: false
|
|
deployCSIDriver: false
|
|
|
|
# Set one of the tags to true to indicate which CSP you are deploying to.
|
|
tags:
|
|
AWS: false
|
|
Azure: false
|
|
GCP: false
|
|
OpenStack: false
|
|
QEMU: false
|