diff --git a/quiver-mongoapi-helm/Chart.yaml b/quiver-mongoapi-helm/Chart.yaml index 974368a833e1d7358aedd81b105eb03e558c3d39..93b216c98a18fb6d754520709340ac83674ea11b 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.2.0 +version: 0.3.0 # 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 349f25ad8dd9e00e3e9ba19eeabb6c514c99591a..84d58b38589523faabee52de4d1d9295988ef631 100644 --- a/quiver-mongoapi-helm/values.yaml +++ b/quiver-mongoapi-helm/values.yaml @@ -10,6 +10,18 @@ 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 + + imagePullSecrets: [] nameOverride: "" fullnameOverride: "" @@ -23,8 +35,6 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: "" -podAnnotations: {} - podSecurityContext: {} # fsGroup: 2000