Pg, install scripts
This commit is contained in:
7
postgres-operator/manifests/e2e-storage-class.yaml
Normal file
7
postgres-operator/manifests/e2e-storage-class.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: storage.k8s.io/v1
|
||||
kind: StorageClass
|
||||
metadata:
|
||||
name: standard
|
||||
annotations:
|
||||
storageclass.kubernetes.io/is-default-class: "true"
|
||||
provisioner: kubernetes.io/host-path
|
||||
Reference in New Issue
Block a user