mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-22 22:19:37 -05:00
62168bbf98
* Also run helm-lint in CI now
23 lines
806 B
YAML
23 lines
806 B
YAML
# Namespace to which KMS will be deployed.
|
|
namespace: "kube-system"
|
|
# Port on which the service will listen.
|
|
kmsPort: 9000
|
|
# Name of the ConfigMap that holds measurements and other info.
|
|
joinConfigCMName: join-config
|
|
# Path to which secrets/CMs are mounted.
|
|
serviceBasePath: /var/config
|
|
# Container image.
|
|
kmsImage: setFullImagePathHere
|
|
# Salt for key derivation.
|
|
salt: ""
|
|
# Name of the key within the respective secret that holds the salt.
|
|
saltKeyName: salt
|
|
# MasterSecret for the cluster.
|
|
masterSecret: ""
|
|
# Name of the secret that contains the master secret.
|
|
masterSecretName: constellation-mastersecret
|
|
# Name of the key within the respective secret that holds the master secret.
|
|
masterSecretKeyName: mastersecret
|
|
# Name of the ConfigMap that holds the measurements.
|
|
measurementsFilename: measurements
|