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
!244
Dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Dev
dev
into
master
Overview
0
Commits
24
Pipelines
0
Changes
12
Merged
Martin Weise
requested to merge
dev
into
master
1 year ago
Overview
0
Commits
24
Pipelines
0
Changes
12
0
0
Merge request reports
Compare
master
version 1
4d546682
1 year ago
master (base)
and
latest version
latest version
19c49007
24 commits,
1 year ago
version 1
4d546682
23 commits,
1 year ago
12 files
+
1058
−
55
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
12
helm-charts/dbrepo/templates/auth-service/secret.yaml
+
5
−
5
View file @ 19c49007
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