Use same name for k8s config map key and filename of k8s config map version in joinservice

Signed-off-by: Malte Poll <mp@edgeless.systems>
This commit is contained in:
Malte Poll 2022-07-19 09:25:44 +02:00 committed by Malte Poll
parent 9f31e0a539
commit a660af05f1
2 changed files with 3 additions and 2 deletions

View file

@ -69,7 +69,7 @@ const (
MeasurementsFilename = "measurements"
// IDFilename is the filename of Constellation's IDs.
IDFilename = "id"
// K8sVersion is the filename of the mapped k8s-version configMap file.
// K8sVersion is the filename of the mapped "k8s-version" configMap file.
K8sVersion = "k8s-version"
//