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

     1  {{- if .Values.replicas }}
     2    {{- if lt (int .Values.replicas) 1 }}
     3      {{ fail "TDengine cluster does not support running with less than one replicas." }}
     4    {{- end }}
     5  {{- end }}