Skip to content
Snippets Groups Projects
Commit 9325018a authored by Michelle Weidling's avatar Michelle Weidling :blowfish:
Browse files

fix: remove pod annotations

parent b3bd609e
No related branches found
No related tags found
1 merge request!3fix: remove pod annotations
...@@ -15,7 +15,7 @@ type: application ...@@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # 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 # 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 # incremented each time you make changes to the application. Versions are not expected to
......
...@@ -10,16 +10,16 @@ image: ...@@ -10,16 +10,16 @@ image:
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "main" tag: "main"
podAnnotations: podAnnotations: {}
vault.hashicorp.com/agent-inject: "true" # vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/agent-inject-secret-credentials.txt: subugoe/ocrd-quiver/mongodb # vault.hashicorp.com/agent-inject-secret-credentials.txt: subugoe/ocrd-quiver/mongodb
vault.hashicorp.com/agent-inject-template-credentials.txt: | # vault.hashicorp.com/agent-inject-template-credentials.txt: |
{{- with secret "subugoe/ocrd-quiver/mongodb" -}} # {{- with secret "subugoe/ocrd-quiver/mongodb" -}}
{{ .Data.data.users }} # {{ .Data.data.users }}
{{ .Data.data.usersPasswords }} # {{ .Data.data.usersPasswords }}
{{- end -}} # {{- end -}}
vault.hashicorp.com/secret-volume-path-credentials.txt: /var/lib/quiver # vault.hashicorp.com/secret-volume-path-credentials.txt: /var/lib/quiver
vault.hashicorp.com/role: subugoe # vault.hashicorp.com/role: subugoe
imagePullSecrets: [] imagePullSecrets: []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment