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 }}