Files
devops-infra-helm-charts-gcp/helm-templates/kyverno-3.8.1/templates/_helpers/_deployment.tpl
T
2026-08-26 03:39:42 +05:30

11 lines
342 B
Smarty

{{/* vim: set filetype=mustache: */}}
{{- define "kyverno.deployment.replicas" -}}
{{- if and (not (kindIs "invalid" .)) (not (kindIs "string" .)) -}}
{{- if eq (int .) 0 -}}
{{- fail "Kyverno does not support running with 0 replicas. Please provide a non-zero integer value." -}}
{{- end -}}
{{- end -}}
{{- . -}}
{{- end -}}