kind: StorageClass
apiVersion: storage.k8s.io/v1
metadata:
name: finance-history (1)
provisioner: no-provisioning (2)
parameters: (3)
1 | Name of the StorageClass. |
2 | This is a required field, but since there is to be no dynamic provisioning, a value must be put here as long as it is not an actual provisioner plug-in type. |
3 | Parameters can simply be left blank, since these are only used for the dynamic provisioner. |