# 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