From 37e73a6cdd084a128f9a4fefa15a49a295610ac8 Mon Sep 17 00:00:00 2001 From: Barahalikar Siddharth Date: Fri, 10 Jun 2022 01:05:19 +0530 Subject: [PATCH] Update deployment.yaml --- helm-chart/templates/deployment.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helm-chart/templates/deployment.yaml b/helm-chart/templates/deployment.yaml index 5ea949b..5cd3b0a 100644 --- a/helm-chart/templates/deployment.yaml +++ b/helm-chart/templates/deployment.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ .Release.Name }}-helm + name: {{ .Release.Name }}-deploy labels: {{- include "random-shapes.labels" . | nindent 4 }} spec: @@ -22,3 +22,6 @@ spec: - name: {{ .Chart.Name }} image: "{{ .Values.image.repository }}" imagePullPolicy: {{ .Values.image.pullPolicy }} + envFrom: + - configMapRef: + name: {{ .Release.Name }}-configmap