cli: set placeholder uid for QEMU / MiniConstellation (#1069)

This commit is contained in:
Malte Poll 2023-01-25 14:42:52 +01:00 committed by GitHub
parent fc8a43f4f1
commit 2d326ea3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 2 deletions

View file

@ -141,6 +141,8 @@ const (
// EnvVarAzureClientSecretValue is environment variable to overwrite
// provider.azure.clientSecretValue .
EnvVarAzureClientSecretValue = EnvVarPrefix + "AZURE_CLIENT_SECRET_VALUE"
// MiniConstellationUID is a sentinel value for the UID of a mini constellation.
MiniConstellationUID = "mini"
//
// Kubernetes.