From 39bbda5f8fd8434a48655a9b148ff19fca3a4561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Wed, 4 Apr 2018 20:48:40 +0200 Subject: [PATCH] remove the storageclass --- grafana/grafana-prometheus-storage.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/grafana/grafana-prometheus-storage.yaml b/grafana/grafana-prometheus-storage.yaml index 02595e5..1af7f71 100644 --- a/grafana/grafana-prometheus-storage.yaml +++ b/grafana/grafana-prometheus-storage.yaml @@ -28,7 +28,6 @@ objects: resources: requests: storage: ${PVC_SIZE} - storageClassName: ${PVC_STORAGE_CLASS} - apiVersion: v1 kind: PersistentVolumeClaim @@ -42,7 +41,6 @@ objects: resources: requests: storage: ${PVC_SIZE} - storageClassName: ${PVC_STORAGE_CLASS} - apiVersion: v1 kind: PersistentVolumeClaim @@ -56,7 +54,6 @@ objects: resources: requests: storage: ${PVC_SIZE} - storageClassName: ${PVC_STORAGE_CLASS} ## ## Template Parameters @@ -67,10 +64,6 @@ parameters: name: NAMESPACE value: openshift-metrics -- description: The Storage Class to use to request the Persistent Volumes. - name: PVC_STORAGE_CLASS - value: "" - - description: The Storage Class to use to request the Persistent Volumes. name: PVC_SIZE value: "10Gi"