2022-10-24 06:23:18 -04:00
|
|
|
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
|
2022-10-26 04:37:10 -04:00
|
|
|
|
2022-11-18 04:05:02 -05:00
|
|
|
# GCP specific configuration
|
|
|
|
gcp:
|
|
|
|
deployCSIDriver: false
|
|
|
|
|
|
|
|
# Azure specific configuration
|
|
|
|
azure:
|
|
|
|
deployCSIDriver: false
|
|
|
|
|
2022-10-26 04:37:10 -04:00
|
|
|
# Set one of the tags to true to indicate which CSP you are deploying to.
|
|
|
|
tags:
|
|
|
|
Azure: false
|
|
|
|
GCP: false
|
|
|
|
AWS: false
|
|
|
|
QEMU: false
|