From 706624359d8d9ba57cf727642f5df087b237d154 Mon Sep 17 00:00:00 2001 From: Anuraag Agrawal Date: Tue, 1 Aug 2017 04:42:52 +0900 Subject: [PATCH] [stable/grafana] Remove duplicate existingClaim key in yaml (#1507) --- stable/grafana/values.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/stable/grafana/values.yaml b/stable/grafana/values.yaml index 6702c2a6d7..5e9461f64b 100644 --- a/stable/grafana/values.yaml +++ b/stable/grafana/values.yaml @@ -82,11 +82,6 @@ server: ## # storageClass: - ## Data Persistent Volume existing claim name - ## Requires server.persistentVolume.enabled: true - ## If defined, PVC must be created manually before volume will be bound - existingClaim: "" - ## Subdirectory of data Persistent Volume to mount ## Useful if the volume's root directory is not empty ##