Add customizable resources

This commit is contained in:
Alejandro Moreno
2019-11-27 08:25:03 +00:00
parent 6cf9c704eb
commit 96bdbcb253
4 changed files with 20 additions and 1 deletions

View File

@@ -37,3 +37,6 @@ spec:
{{- range $key, $value := .Values.extraArgs }}
- --{{ $key }}={{ $value }}
{{- end }}
{{- if .Values.resources }}
resources: {{- toYaml .Values.resources | nindent 12 }}
{{- end }}