github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/mariadb-cluster/templates/_helpers.tpl (about)

     1  {{- define "mariadb-cluster.replicas" }}
     2  {{- if eq .Values.mode "standalone" }}
     3  {{- 1 }}
     4  {{- end -}}
     5  {{- end -}}