Skip to content

Commit

Permalink
Updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
adkumar1 authored Mar 4, 2024
1 parent 87b7d53 commit f3889ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/orchestrator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- name: SMTP_TLS_ENABLE
value: "{{ .Values.properties.smtp_tls_enable }}"
- name: SPRING_DATASOURCE_USERNAME
value: {{ .Values.postgresql.auth.username | required ".Values.sdepostgresql.auth.username is required" | quote }}
value: {{ .Values.postgresql.auth.username | required ".Values.postgresql.auth.username is required" | quote }}
{{- if .Values.postgresql.fullnameOverride }}
- name: SPRING_DATASOURCE_URL
value: "jdbc:postgresql://{{ .Values.postgresql.fullnameOverride }}:{{ .Values.postgresql.auth.port }}/{{ .Values.postgresql.auth.database }}"
Expand All @@ -97,7 +97,7 @@ spec:
- name: SPRING_DATASOURCE_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "sde.fullname" . }}-postgresql
name: {{ include "managed-service-orchestrator.fullname" . }}-postgresql
key: "password"
{{- end }}

Expand Down

0 comments on commit f3889ba

Please sign in to comment.