mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-10 07:50:08 -04:00
cli: use apply command to start mini cluster (#2551)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
4c8ce55e5a
commit
35abc3c354
4 changed files with 31 additions and 92 deletions
|
@ -48,7 +48,7 @@ func checkForMiniCluster(fileHandler file.Handler) error {
|
|||
return fmt.Errorf("reading state file: %w", err)
|
||||
}
|
||||
|
||||
if stateFile.Infrastructure.UID != constants.MiniConstellationUID {
|
||||
if stateFile.Infrastructure.Name != constants.MiniConstellationName {
|
||||
return errors.New("cluster is not a MiniConstellation cluster")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue