Releasing aether-roc-umbrella 2.1.36
Change-Id: I701f2d8f31a0ab18139f460f5b6c96a93de92a69
diff --git a/aether-roc-umbrella/templates/_helpers.tpl b/aether-roc-umbrella/templates/_helpers.tpl
index 2e936e8..f688a9d 100644
--- a/aether-roc-umbrella/templates/_helpers.tpl
+++ b/aether-roc-umbrella/templates/_helpers.tpl
@@ -69,14 +69,11 @@
{{- end -}}
{{- end -}}
-{{/*
-global consensus store name
-*/}}
-{{- define "global.atomix.store.consensus.name" -}}
-{{- if .Values.global.atomix.store.consensus.name -}}
-{{- printf "%s" .Values.global.atomix.store.consensus.name -}}
+{{- define "global.atomix.consensus.cluster.name" -}}
+{{- with .Values.global.atomix.store.consensus.name -}}
+{{- . -}}
{{- else -}}
-{{- printf "%s-consensus-store" ( include "global.fullname" . ) -}}
+{{- printf "%s-consensus" .Release.Name -}}
{{- end -}}
{{- end -}}