Skip to content
Snippets Groups Projects
Commit d0c33c2e authored by Vivian Ta's avatar Vivian Ta Committed by Derek Su
Browse files

fix: SWI-11761 add ability to set resources requests/limits for helper pod

parent 9c53a343
Branches
Tags
No related merge requests found
......@@ -52,3 +52,6 @@ data:
image: {{ .Values.helperImage.repository }}:{{ .Values.helperImage.tag }}
{{- end }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
resources:
{{- toYaml .Values.helperPod.resources | nindent 8 }}
......@@ -116,6 +116,15 @@ resources: {}
# cpu: 100m
# memory: 128Mi
helperPod:
resources: {}
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
rbac:
# Specifies whether RBAC resources should be created
create: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment