mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-03-10 09:09:41 -04:00

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
294 B
YAML
13 lines
294 B
YAML
---
|
|
apiVersion: storage.k8s.io/v1
|
|
kind: StorageClass
|
|
metadata:
|
|
name: encrypted-storage
|
|
annotations:
|
|
storageclass.kubernetes.io/is-default-class: "true"
|
|
provisioner: gcp.csi.confidential.cloud
|
|
parameters:
|
|
type: pd-standard
|
|
reclaimPolicy: Delete
|
|
volumeBindingMode: WaitForFirstConsumer
|