mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-09 07:22:40 -04:00
cli: set placeholder uid for QEMU / MiniConstellation (#1069)
This commit is contained in:
parent
fc8a43f4f1
commit
2d326ea3f0
4 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue