mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-08 01:05:16 -04:00
config: add nodeGroups
This commit is contained in:
parent
374f8c7dae
commit
15bb3b31fd
4 changed files with 287 additions and 204 deletions
|
@ -36,6 +36,10 @@ const (
|
|||
ConstellationVerifyServiceUserData = "VerifyService"
|
||||
// AttestationVariant is the name of the environment variable that contains the attestation variant.
|
||||
AttestationVariant = "CONSTEL_ATTESTATION_VARIANT"
|
||||
// DefaultControlPlaneGroupName is the name of the default control plane node group.
|
||||
DefaultControlPlaneGroupName = "control_plane_default"
|
||||
// DefaultWorkerGroupName is the name of the default worker node group.
|
||||
DefaultWorkerGroupName = "worker_default"
|
||||
|
||||
//
|
||||
// Ports.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue