File tree 1 file changed +1
-0
lines changed
charts/gitops-runtime/templates/_components/cap-app-proxy
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ enrichmentClientHeartbeatIntervalInSeconds: {{ $enrichmentValues.config.clientHe
20
20
enrichmentImageReportingImage : {{ printf "%s/%s:%s" $enrichmentValues.config.images.reportImage.registry $enrichmentValues.config.images.reportImage.repository $enrichmentValues.config.images.reportImage.tag | quote }}
21
21
enrichmentGitEnrichmentImage : {{ printf "%s/%s:%s" $enrichmentValues.config.images.gitEnrichment.registry $enrichmentValues.config.images.gitEnrichment.repository $enrichmentValues.config.images.gitEnrichment.tag | quote }}
22
22
enrichmentJiraEnrichmentImage : {{ printf "%s/%s:%s" $enrichmentValues.config.images.jiraEnrichment.registry $enrichmentValues.config.images.jiraEnrichment.repository $enrichmentValues.config.images.jiraEnrichment.tag | quote }}
23
+ isConfigurationRuntime : {{ .Values.global.runtime.isConfigurationRuntime | quote }}
23
24
{{- end }}
24
25
{{- end }}
25
26
You can’t perform that action at this time.
0 commit comments