mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
091e3b2b2b
Also move helmloader interface/stubs
19 lines
642 B
YAML
19 lines
642 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
|
|
|
|
# Set one of the tags to true to indicate which CSP you are deploying to.
|
|
tags:
|
|
Azure: false
|
|
GCP: false
|
|
AWS: false
|
|
QEMU: false
|