Add kyverno chart 3.4.1
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{/* 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 -}}
|
||||
Reference in New Issue
Block a user