UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
Nexus
Commits
755a25c5
Commit
755a25c5
authored
Jul 07, 2021
by
Kavitha Thulasiraman
Browse files
template external db properties
parent
0c762ef0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
chart/templates/external-db-configmap.yaml
chart/templates/external-db-configmap.yaml
+5
-5
No files found.
chart/templates/external-db-configmap.yaml
View file @
755a25c5
...
@@ -11,9 +11,9 @@ metadata:
...
@@ -11,9 +11,9 @@ metadata:
{{
- end
}}
{{
- end
}}
data
:
data
:
nexus-store.properties
:
|
nexus-store.properties
:
|
username:
postgres
username:
{{ .Values.externaldb.username }}
password:
3JEDt18IKn
password:
{{ .Values.externaldb.password }}
name:
postgres
name:
{{ .Values.externaldb.name }}
type:
jdbc
type:
{{ .Values.externaldb.type }}
jdbcUrl:
jdbc\:postgresql\://my-release-postgresql\:5432/
jdbcUrl:
{{ .Values.externaldb.jdbcUrl }}
{{
- end
}}
{{
- end
}}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment