We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1e559 commit 4852703Copy full SHA for 4852703
1 file changed
charts/library-chart/templates/_secret_hive_discovery.tpl
@@ -37,7 +37,7 @@ stringData:
37
{{- define "library-chart.hive-discovery-help" }}
38
{{- if (.Values.discovery).hive }}
39
{{- with first (include "library-chart.getOnyxiaDiscoverySecrets" (list .Release.Namespace "hive") | fromJsonArray) }}
40
-{{- if regexMatch "^r|r$" .Chart.Name -}}
+{{- if regexMatch "^r|r$" $.Chart.Name -}}
41
There is no well-supported Hive Metastore client for R yet.
42
{{- else }}
43
{{- if hasKey $.Values "spark" }}
0 commit comments