Skip to content

Commit 4852703

Browse files
authored
Fixed _secret_hive_discovery.tpl
1 parent be1e559 commit 4852703

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/library-chart/templates/_secret_hive_discovery.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ stringData:
3737
{{- define "library-chart.hive-discovery-help" }}
3838
{{- if (.Values.discovery).hive }}
3939
{{- with first (include "library-chart.getOnyxiaDiscoverySecrets" (list .Release.Namespace "hive") | fromJsonArray) }}
40-
{{- if regexMatch "^r|r$" .Chart.Name -}}
40+
{{- if regexMatch "^r|r$" $.Chart.Name -}}
4141
There is no well-supported Hive Metastore client for R yet.
4242
{{- else }}
4343
{{- if hasKey $.Values "spark" }}

0 commit comments

Comments
 (0)