From c3192ec3f19f2bdb84a13a830d4160f44963c92c Mon Sep 17 00:00:00 2001
From: Alexander Chernov <alekcander@gmail.com>
Date: Sat, 10 Oct 2020 21:14:47 +0100
Subject: [PATCH] chore: removed duplicated fields from the configmap.yaml

---
 deploy/chart/templates/configmap.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/deploy/chart/templates/configmap.yaml b/deploy/chart/templates/configmap.yaml
index ad9f2bc7..d593ec36 100644
--- a/deploy/chart/templates/configmap.yaml
+++ b/deploy/chart/templates/configmap.yaml
@@ -4,8 +4,6 @@ metadata:
   name: {{ .Values.configmap.name }}
   labels:
 {{ include "local-path-provisioner.labels" . | indent 4 }}
-data:
-apiVersion: v1
 data:
   config.json: |-
     {
-- 
GitLab