Update deployment.yaml
This commit is contained in:
committed by
GitHub
parent
8e7f47fc54
commit
37e73a6cdd
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ .Release.Name }}-helm
|
name: {{ .Release.Name }}-deploy
|
||||||
labels:
|
labels:
|
||||||
{{- include "random-shapes.labels" . | nindent 4 }}
|
{{- include "random-shapes.labels" . | nindent 4 }}
|
||||||
spec:
|
spec:
|
||||||
@@ -22,3 +22,6 @@ spec:
|
|||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
image: "{{ .Values.image.repository }}"
|
image: "{{ .Values.image.repository }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
|
envFrom:
|
||||||
|
- configMapRef:
|
||||||
|
name: {{ .Release.Name }}-configmap
|
||||||
|
|||||||
Reference in New Issue
Block a user