diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 58e733e..81db6e1 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -32,6 +32,9 @@ spec: image: "{{ .repository }}:{{ .tag }}" imagePullPolicy: {{ .pullPolicy }} {{- end }} + envFrom: + - configMapRef: + name: {{ .Release.Name }}-configmap ports: - name: http containerPort: {{ .Values.service.port }}