From c2749aefc4fc2a3523f68e9a7952c33df3408eae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ba=C5=9Fak=20ERDEM?= Date: Mon, 25 Oct 2021 19:59:01 +0300 Subject: [PATCH] fixed authserver deployment --- .../eshoponabp/charts/authserver/templates/authserver.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/etc/k8s/eshoponabp/charts/authserver/templates/authserver.yaml b/etc/k8s/eshoponabp/charts/authserver/templates/authserver.yaml index e59d1c5a..80c14085 100644 --- a/etc/k8s/eshoponabp/charts/authserver/templates/authserver.yaml +++ b/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 }} \ No newline at end of file + value: {{ .Values.global.saasService.connString }} + {{- if .Values.env }} +{{ toYaml .Values.env | indent 8 }} + {{- end }} + \ No newline at end of file