Skip to content

Commit fb23f08

Browse files
author
Eric Herbrandson
committed
Small fix to Helm chart
1 parent 56f6d2f commit fb23f08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

helm/k8dash/templates/deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ spec:
2222
containers:
2323
- name: {{ .Chart.Name }}
2424
image: "{{ .Values.image.registry }}/{{ .Values.image.name }}:{{ .Values.image.tag }}"
25-
pullPolicy: IfNotPresent
25+
imagePullPolicy: IfNotPresent
2626
resources:
2727
requests:
2828
cpu: "25m"
2929
memory: "100Mi"
3030
limits:
3131
cpu: "100m"
32-
memory: "200Mi"
32+
memory: "200Mi"

0 commit comments

Comments
 (0)