mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
Add customizable resources
This commit is contained in:
@@ -37,3 +37,6 @@ spec:
|
||||
{{- range $key, $value := .Values.extraArgs }}
|
||||
- --{{ $key }}={{ $value }}
|
||||
{{- end }}
|
||||
{{- if .Values.resources }}
|
||||
resources: {{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user