fix casing of svidStore (#787)
Signed-off-by: Dávid Szakállas <[email protected]>
This commit is contained in:
@@ -202,7 +202,7 @@ Take a copy of the config and merge in .Values.customPlugins and .Values.unsuppo
|
|||||||
{{- $pluginsToMerge := dict "plugins" dict }}
|
{{- $pluginsToMerge := dict "plugins" dict }}
|
||||||
{{- range $type, $val := .root.Values.customPlugins }}
|
{{- range $type, $val := .root.Values.customPlugins }}
|
||||||
{{- if . }}
|
{{- if . }}
|
||||||
{{- if eq $type "svidstore" }}
|
{{- if eq $type "svidStore" }}
|
||||||
{{- $_ := set $pluginsToMerge.plugins "SVIDStore" (deepCopy $val) }}
|
{{- $_ := set $pluginsToMerge.plugins "SVIDStore" (deepCopy $val) }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- $nt := printf "%s%s" (substr 0 1 $type | upper) (substr 1 -1 $type) }}
|
{{- $nt := printf "%s%s" (substr 0 1 $type | upper) (substr 1 -1 $type) }}
|
||||||
@@ -212,7 +212,7 @@ Take a copy of the config and merge in .Values.customPlugins and .Values.unsuppo
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
{{- range $type, $val := .root.Values.unsupportedBuiltInPlugins }}
|
{{- range $type, $val := .root.Values.unsupportedBuiltInPlugins }}
|
||||||
{{- if . }}
|
{{- if . }}
|
||||||
{{- if eq $type "svidstore" }}
|
{{- if eq $type "svidStore" }}
|
||||||
{{- $_ := set $pluginsToMerge.plugins "SVIDStore" (deepCopy $val) }}
|
{{- $_ := set $pluginsToMerge.plugins "SVIDStore" (deepCopy $val) }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
{{- $nt := printf "%s%s" (substr 0 1 $type | upper) (substr 1 -1 $type) }}
|
{{- $nt := printf "%s%s" (substr 0 1 $type | upper) (substr 1 -1 $type) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user