UNCLASSIFIED

Commit 755a25c5 authored by Kavitha Thulasiraman's avatar Kavitha Thulasiraman
Browse files

template external db properties

parent 0c762ef0
...@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment