Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!243
Dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Dev
dev
into
master
Overview
6
Commits
23
Pipelines
0
Changes
11
Merged
Dev
Martin Weise
requested to merge
dev
into
master
Jan 29, 2024
Overview
6
Commits
23
Pipelines
0
Changes
11
0
0
Merge request reports
Viewing commit
c3162c11
Prev
Next
Show latest version
11 files
+
118
−
83
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
11
Verified
c3162c11
WIP: values
· c3162c11
Martin Weise
authored
Jan 28, 2024
helm-charts/dbrepo/templates/auth-service/secret.yaml
+
5
−
5
View file @ c3162c11
Edit in single-file editor
Open in Web IDE
Show full file
@@ -4,8 +4,8 @@ metadata:
name
:
auth-service-secret
namespace
:
{{
.Values.namespace
}}
stringData
:
db-host
:
"
{{
index
.Values
"
auth
-db" "
host
"
}}"
db-port
:
"
{{
index
.Values
"
auth
-db" "
port
"
}}"
db-name
:
"
{{
index
.Values
"
auth
-db" "
postgresql
" "
database
"
}}"
db-username
:
"
{{
index
.Values
"
auth
-db" "
postgresql
" "
username
"
}}"
db-password
:
"
{{
index
.Values
"
auth
-db" "
postgresql
" "
password
"
}}"
db-host
:
"
{{
.Values
.
auth
Db.
host
}}"
db-port
:
"
{{
.Values
.
auth
Db.
port
}}"
db-name
:
"
{{
.Values
.
auth
Db.
postgresql
.
database
}}"
db-username
:
"
{{
.Values
.
auth
Db.
postgresql
.
username
}}"
db-password
:
"
{{
.Values
.
auth
Db.
postgresql
.
password
}}"
Loading