From 9325018a5c5201fb0d301ee61621940a2ec15e84 Mon Sep 17 00:00:00 2001
From: Michelle Weidling <weidling@sub.uni-goettingen.de>
Date: Mon, 11 Sep 2023 13:55:58 +0200
Subject: [PATCH] fix: remove pod annotations

---
 quiver-mongoapi-helm/Chart.yaml  |  2 +-
 quiver-mongoapi-helm/values.yaml | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/quiver-mongoapi-helm/Chart.yaml b/quiver-mongoapi-helm/Chart.yaml
index 93b216c..e5025f8 100644
--- a/quiver-mongoapi-helm/Chart.yaml
+++ b/quiver-mongoapi-helm/Chart.yaml
@@ -15,7 +15,7 @@ type: application
 # This is the chart version. This version number should be incremented each time you make changes
 # to the chart and its templates, including the app version.
 # Versions are expected to follow Semantic Versioning (https://semver.org/)
-version: 0.3.0
+version: 0.3.1
 
 # This is the version number of the application being deployed. This version number should be
 # incremented each time you make changes to the application. Versions are not expected to
diff --git a/quiver-mongoapi-helm/values.yaml b/quiver-mongoapi-helm/values.yaml
index 84d58b3..f53edbb 100644
--- a/quiver-mongoapi-helm/values.yaml
+++ b/quiver-mongoapi-helm/values.yaml
@@ -10,16 +10,16 @@ image:
   # Overrides the image tag whose default is the chart appVersion.
   tag: "main"
 
-podAnnotations:
-  vault.hashicorp.com/agent-inject: "true"
-  vault.hashicorp.com/agent-inject-secret-credentials.txt: subugoe/ocrd-quiver/mongodb
-  vault.hashicorp.com/agent-inject-template-credentials.txt: |
-          {{- with secret "subugoe/ocrd-quiver/mongodb" -}}
-          {{ .Data.data.users }}
-          {{ .Data.data.usersPasswords }}
-          {{- end -}}
-  vault.hashicorp.com/secret-volume-path-credentials.txt: /var/lib/quiver
-  vault.hashicorp.com/role: subugoe
+podAnnotations: {}
+#  vault.hashicorp.com/agent-inject: "true"
+#  vault.hashicorp.com/agent-inject-secret-credentials.txt: subugoe/ocrd-quiver/mongodb
+#  vault.hashicorp.com/agent-inject-template-credentials.txt: |
+#          {{- with secret "subugoe/ocrd-quiver/mongodb" -}}
+#          {{ .Data.data.users }}
+#          {{ .Data.data.usersPasswords }}
+#          {{- end -}}
+#  vault.hashicorp.com/secret-volume-path-credentials.txt: /var/lib/quiver
+#  vault.hashicorp.com/role: subugoe
 
 
 imagePullSecrets: []
-- 
GitLab