Skip to content

Commit b00ff08

Browse files
saurabhsadhaleholyspectral
authored andcommitted
update init container resources for controller deployments
1 parent bf53ccb commit b00ff08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/core/templates/controller-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ spec:
9393
image: {{ include "neuvector.controller.image" . | quote }}
9494
command: ["/usr/local/bin/upgrader", "create-upgrader-job" ]
9595
imagePullPolicy: {{ .Values.controller.certupgrader.imagePullPolicy }}
96+
resources:
97+
{{ toYaml .Values.controller.certupgrader.resources | indent 16 }}
9698
env:
9799
- name: OVERRIDE_CHECKSUM
98100
value: {{ dict "image" (include "neuvector.controller.image" .) "internal" .Values.internal "certupgrader" .Values.controller.certupgrader | toJson | sha256sum }}

0 commit comments

Comments
 (0)