Skip to content

Commit

Permalink
Add the ability to change branding
Browse files Browse the repository at this point in the history
  • Loading branch information
VyacheslavSemin committed Oct 15, 2024
1 parent 2d2452a commit 06d872f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/configmaps/documentserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ metadata:
annotations: {{- include "ds.annotations.commonAnnotations" ( dict "keyName" .Values.commonAnnotations "context" $ ) | nindent 4 }}
{{- end }}
data:
APPLICATION_NAME: {{ .Values.product.name }}
DB_TYPE: {{ template "ds.db.type" . }}
DB_USER: {{ .Values.connections.dbUser }}
DB_HOST: {{ .Values.connections.dbHost }}
Expand Down

0 comments on commit 06d872f

Please sign in to comment.