diff --git a/charts/cloudzero-agent/templates/deploy.yaml b/charts/cloudzero-agent/templates/deploy.yaml index 688305a0..0f3df18b 100644 --- a/charts/cloudzero-agent/templates/deploy.yaml +++ b/charts/cloudzero-agent/templates/deploy.yaml @@ -38,6 +38,10 @@ spec: - /bin/sh - -c - cp -r /app /checks/bin/ && cloudzero-agent-validator d pre-start -f /checks/config/validator.yml + {{- with .Values.validator.resources }} + resources: + {{- toYaml . | nindent 12 }} + {{- end }} volumeMounts: {{- if or .Values.existingSecretName .Values.apiKey }} - name: cloudzero-api-key