Skip to content

Commit

Permalink
Update in helm template: switch places for default value for "opensea…
Browse files Browse the repository at this point in the history
…rch-cluster.cluster-name"

Signed-off-by: Thomas Welén <2mas@users.noreply.github.com>
  • Loading branch information
2mas authored Jan 13, 2025
1 parent d831add commit ce89159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/opensearch-cluster/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Expand the name of the chart.
{{- end }}

{{- define "opensearch-cluster.cluster-name" -}}
{{- default .Values.cluster.name .Release.Name | trunc 63 | trimSuffix "-" }}
{{- default .Release.Name .Values.cluster.name | trunc 63 | trimSuffix "-" }}
{{- end }}

{{/*
Expand Down

0 comments on commit ce89159

Please sign in to comment.