File tree Expand file tree Collapse file tree
hull-vidispine-addon/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ AUTH_BASIC_DATABASE_USERNAME:
346346AUTH_BASIC_DATABASE_PASSWORD:
347347 inline: {{ (index $parent .Values.hull.config.specific.components $component ).database.password }}
348348database-connectionString:
349- {{ if (hasKey index $parent .Values.hull.config.specific.components $component ).database " connectionString" }}
349+ {{ if (hasKey ( index $parent .Values.hull.config.specific.components $component ).database " connectionString" ) }}
350350 inline: {{ (index $parent .Values.hull.config.specific.components $component ).database.connectionString }}
351351{{ else }}
352352 inline: {{ include " hull.vidispine.addon.library.get.endpoint.info" (dict " PARENT_CONTEXT" $parent " TYPE" " database" " INFO" " connectionString" " COMPONENT" $component ) }}
You can’t perform that action at this time.
0 commit comments