constellation/cli/internal/helm/charts/edgeless/constellation-services/values.yaml
Moritz Sanft 7ad284d672
cli: deploy aws csi driver per default (#1981)
* 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
2023-06-30 08:46:32 +02:00

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