mirror of
https://github.com/corda/corda.git
synced 2024-12-19 13:08:04 +00:00
8 lines
173 B
YAML
8 lines
173 B
YAML
|
apiVersion: storage.k8s.io/v1
|
||
|
kind: StorageClass
|
||
|
metadata:
|
||
|
name: testing-storage
|
||
|
provisioner: kubernetes.io/gce-pd
|
||
|
parameters:
|
||
|
type: pd-standard
|
||
|
replication-type: none
|