Skip to content

Commit

Permalink
Helm template reportportal.fullname refers to incorrect value #425
Browse files Browse the repository at this point in the history
  • Loading branch information
hlebkanonik committed Sep 26, 2024
1 parent fabe50d commit 7ac5596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reportportal/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ We truncate at 63 chars because some Kubernetes name fields are limited to this
If release name contains chart name it will be used as a full name.
*/}}
{{- define "reportportal.fullname" -}}
{{- if .Values.fullnameOverride -}}
{{- if .Values.global.fullnameOverride -}}
{{- .Values.global.fullnameOverride | trunc 63 | trimSuffix "-" -}}
{{- else -}}
{{- $name := default .Chart.Name .Values.global.nameOverride -}}
Expand Down

0 comments on commit 7ac5596

Please sign in to comment.