Browse Source

fixed authserver deployment

pull/20/head
Başak ERDEM 5 years ago
parent
commit
c2749aefc4
  1. 6
      etc/k8s/eshoponabp/charts/authserver/templates/authserver.yaml

6
etc/k8s/eshoponabp/charts/authserver/templates/authserver.yaml

@ -27,4 +27,8 @@ spec:
- name: "ConnectionStrings__AdministrationService"
value: {{ .Values.global.administrationService.connString }}
- name: "ConnectionStrings__SaasService"
value: {{ .Values.global.saasService.connString }}
value: {{ .Values.global.saasService.connString }}
{{- if .Values.env }}
{{ toYaml .Values.env | indent 8 }}
{{- end }}
Loading…
Cancel
Save