We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67ec778 commit 1dbd036Copy full SHA for 1dbd036
charts/cf-common/templates/classic/_helpers.tpl
@@ -23,7 +23,7 @@ coalesce here for backward compatibility
23
{{/*
24
Calculate Mongo Uri (for On-Prem)
25
Usage:
26
-{{ include "cf.common-0.27.0.classic.calculateMongoUri" (dict "dbName" $.Values.global.pipelineManagerService "mongoURI" $.Values.global.mongoURI) }}
+{{ include "cf.common-0.28.0.classic.calculateMongoUri" (dict "dbName" $.Values.global.pipelineManagerService "mongoURI" $.Values.global.mongoURI) }}
27
*/}}
28
{{- define "cf-common-0.28.0.classic.calculateMongoUri" -}}
29
{{- if contains "?" .mongoURI -}}
0 commit comments