mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-13 09:54:29 -05:00
f4ff473677
Add the option to run K-Bench performance to the manual CI workflow Install CSI drivers in the cluster for K-Bench benchmarks Attach the results to the workflow in the GitHub Actions view
13 lines
307 B
YAML
13 lines
307 B
YAML
---
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: encrypted-storage
|
|
annotations:
|
|
storageclass.kubernetes.io/is-default-class: "true"
|
|
provisioner: azuredisk.csi.confidential.cloud
|
|
parameters:
|
|
skuName: StandardSSD_LRS
|
|
reclaimPolicy: Delete
|
|
volumeBindingMode: WaitForFirstConsumer
|