File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
charts/gitops-runtime/templates/_components/cap-app-proxy Expand file tree Collapse file tree 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
2020enrichmentImageReportingImage : {{ printf "%s/%s:%s" $enrichmentValues.config.images.reportImage.registry $enrichmentValues.config.images.reportImage.repository $enrichmentValues.config.images.reportImage.tag | quote }}
2121enrichmentGitEnrichmentImage : {{ printf "%s/%s:%s" $enrichmentValues.config.images.gitEnrichment.registry $enrichmentValues.config.images.gitEnrichment.repository $enrichmentValues.config.images.gitEnrichment.tag | quote }}
2222enrichmentJiraEnrichmentImage : {{ 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 }}
2324 {{- end }}
2425{{- end }}
2526
You can’t perform that action at this time.
0 commit comments