From 1ca468cce1995f5e807c529b666c4cabc5cd2846 Mon Sep 17 00:00:00 2001 From: Sergei Meza Date: Fri, 14 Oct 2022 17:04:19 +0900 Subject: [PATCH] fix deployment --- helm/lemon-umami/templates/deployment.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helm/lemon-umami/templates/deployment.yaml b/helm/lemon-umami/templates/deployment.yaml index 032678f0..729ea310 100644 --- a/helm/lemon-umami/templates/deployment.yaml +++ b/helm/lemon-umami/templates/deployment.yaml @@ -47,6 +47,8 @@ spec: port: http resources: {{- toYaml .Values.resources | nindent 12 }} + envFrom: + {{- toYaml .Values.envFrom | nindent 12 }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}