github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/helm/templates/validate.yaml (about)

     1  {{- if and .Values.admissionWebhooks.enabled ( not .Values.admissionWebhooks.ignoreReplicasCheck ) }}
     2    {{- if lt (int .Values.replicaCount) 3 }}
     3      {{ fail "Enabling admission webhooks requires highly-available deployment as 3 or more replicas." }}
     4    {{- end }}
     5  {{- end }}