mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-05 21:44:15 -04:00
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:
parent
9f31e0a539
commit
a660af05f1
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue