mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 12:06:09 -04:00
config: add attestation variant (#1413)
* Add attestation type to config (optional for now) * Get attestation variant from config in CLI * Set attestation variant for Constellation services in helm deployments * Remove AzureCVM variable from helm deployments --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
8679988b6c
commit
6ea5588bdc
44 changed files with 379 additions and 383 deletions
|
@ -39,6 +39,7 @@ spec:
|
|||
args:
|
||||
- --cloud-provider=GCP
|
||||
- --key-service-endpoint=key-service.testNamespace:9000
|
||||
- --attestation-variant=gcp-sev-es
|
||||
volumeMounts:
|
||||
- mountPath: /var/config
|
||||
name: config
|
||||
|
|
|
@ -17,7 +17,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- args:
|
||||
- --cloud-provider=GCP
|
||||
- --attestation-variant=gcp-sev-es
|
||||
image: verificationImage
|
||||
name: verification-service
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue