diff --git a/kustomize/gce-storage-class.yaml b/kustomize/gce-storage-class.yaml deleted file mode 100644 index a1b71a4..0000000 --- a/kustomize/gce-storage-class.yaml +++ /dev/null @@ -1,9 +0,0 @@ -apiVersion: storage.k8s.io/v1 -kind: StorageClass -metadata: - name: slow -provisioner: kubernetes.io/gce-pd -parameters: - type: pd-standard - fstype: ext4 - replication-type: none \ No newline at end of file