From f3434798eab92d596d6be731c04517e52426aebd Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 3 Oct 2021 10:11:17 +0200
Subject: [PATCH] Remove patching temporarily

---
 infrastructure/hcloud-csi/kustomization.yaml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/infrastructure/hcloud-csi/kustomization.yaml b/infrastructure/hcloud-csi/kustomization.yaml
index 0f01ae888..5b22c7424 100644
--- a/infrastructure/hcloud-csi/kustomization.yaml
+++ b/infrastructure/hcloud-csi/kustomization.yaml
@@ -2,10 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
 kind: Kustomization
 resources:
 - https://git.shivering-isles.com/github-mirror/hetznercloud/csi-driver/-/raw/v1.6.0/deploy/kubernetes/hcloud-csi.yml
-patchesJson6902:
-- target:
-    group: "storage.k8s.io"
-    version: v1
-    kind: StorageClass
-    name: hcloud-volumes
-  path: remove-default-annotation.yaml
+#patchesJson6902:
+#- target:
+#    group: "storage.k8s.io"
+#    version: v1
+#    kind: StorageClass
+#    name: hcloud-volumes
+#  path: remove-default-annotation.yaml
-- 
GitLab