Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
quiver-mongoapi-helm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
subugoe
OCR-D
quiver-mongoapi-helm
Commits
c7f9aaca
Commit
c7f9aaca
authored
1 year ago
by
Michelle Weidling
Browse files
Options
Downloads
Patches
Plain Diff
fix: readd Vault annotations
parent
620ac0cd
No related branches found
No related tags found
1 merge request
!4
fix: readd Vault annotations
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
quiver-mongoapi-helm/Chart.yaml
+1
-1
1 addition, 1 deletion
quiver-mongoapi-helm/Chart.yaml
quiver-mongoapi-helm/values.yaml
+10
-10
10 additions, 10 deletions
quiver-mongoapi-helm/values.yaml
with
11 additions
and
11 deletions
quiver-mongoapi-helm/Chart.yaml
+
1
−
1
View file @
c7f9aaca
...
@@ -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.
1
version
:
0.3.
2
# 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
...
...
This diff is collapsed.
Click to expand it.
quiver-mongoapi-helm/values.yaml
+
10
−
10
View file @
c7f9aaca
...
@@ -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
:
[]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment