Skip to content

Commit ffdf7a3

Browse files
authored
fix: add isConfigurationRuntime value to app-proxy cm (#352)
1 parent 777060e commit ffdf7a3

File tree

1 file changed

+1
-0
lines changed
  • charts/gitops-runtime/templates/_components/cap-app-proxy

1 file changed

+1
-0
lines changed

charts/gitops-runtime/templates/_components/cap-app-proxy/_config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ enrichmentClientHeartbeatIntervalInSeconds: {{ $enrichmentValues.config.clientHe
2020
enrichmentImageReportingImage: {{ printf "%s/%s:%s" $enrichmentValues.config.images.reportImage.registry $enrichmentValues.config.images.reportImage.repository $enrichmentValues.config.images.reportImage.tag | quote }}
2121
enrichmentGitEnrichmentImage: {{ printf "%s/%s:%s" $enrichmentValues.config.images.gitEnrichment.registry $enrichmentValues.config.images.gitEnrichment.repository $enrichmentValues.config.images.gitEnrichment.tag | quote }}
2222
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 }}
2324
{{- end }}
2425
{{- end }}
2526

0 commit comments

Comments
 (0)