From 8d1c8c9b61c02a898f724de813eb0ea3a61cf89d Mon Sep 17 00:00:00 2001
From: Varac <varac@varac.net>
Date: Sun, 14 Feb 2021 20:16:04 +0100
Subject: [PATCH] Fix typo

---
 .pre-commit-config.yaml                      | 11 ++++++-----
 restic-rest-server/templates/deployment.yaml |  2 +-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 71c4c38..f8d8e8c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,9 +1,10 @@
 repos:
-- repo: https://github.com/pre-commit/pre-commit-hooks
-  rev: v3.4.0
-  hooks:
-  - id: check-yaml
-    args: [--allow-multiple-documents]
+# - repo: https://github.com/pre-commit/pre-commit-hooks
+#   rev: v3.4.0
+#   hooks:
+#   - id: check-yaml
+#     args: [--allow-multiple-documents]
+#     exclude: \*./charts/base/templates
 - repo: https://github.com/gruntwork-io/pre-commit
   rev: v0.1.12
   hooks:
diff --git a/restic-rest-server/templates/deployment.yaml b/restic-rest-server/templates/deployment.yaml
index 06d5fc7..77e02e8 100644
--- a/restic-rest-server/templates/deployment.yaml
+++ b/restic-rest-server/templates/deployment.yaml
@@ -50,7 +50,7 @@ spec:
             {{- end }}
             - name: OPTIONS
               value: {{ .Values.env.OPTIONS }}
-          volumeMountfvj hms:
+          volumeMounts:
             - name: data
               mountPath: /data
               {{- if .Values.persistence.subPath }}
-- 
GitLab