Allow resource limits and add config validator.

Fixes #4
This commit is contained in:
Skyler Mäntysaari 2023-04-18 01:42:33 +03:00
parent 51a7f5e226
commit c26e63c5ba
6 changed files with 27 additions and 6 deletions

View file

@ -102,4 +102,8 @@ topologySpreadConstraints:
tolerations:
{{- toYaml . | nindent 2 }}
{{- end -}}
{{- with .Values.resources }}
resources:
{{- toYaml . | nindent 2 }}
{{- end }}
{{- end -}}