File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
charts/gitops-runtime/templates/_components/cap-app-proxy Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ argoWorkflowsInsecure: {{ .Values.config.argoWorkflowsInsecure | quote }}
55argoWorkflowsUrl : {{ default "" .Values.config.argoWorkflowsUrl }}
66cors : {{ .Values.global.codefresh.url }}
77env : {{ .Values.config.env | quote}}
8+ isConfigurationRuntime : {{ .Values.global.runtime.isConfigurationRuntime | quote }}
89runtimeName : {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}}
910skipGitPermissionValidation : {{ .Values.config.skipGitPermissionValidation | quote }}
1011logLevel : {{ .Values.config.logLevel | quote }}
@@ -20,7 +21,6 @@ enrichmentClientHeartbeatIntervalInSeconds: {{ $enrichmentValues.config.clientHe
2021enrichmentImageReportingImage : {{ printf "%s/%s:%s" $enrichmentValues.config.images.reportImage.registry $enrichmentValues.config.images.reportImage.repository $enrichmentValues.config.images.reportImage.tag | quote }}
2122enrichmentGitEnrichmentImage : {{ printf "%s/%s:%s" $enrichmentValues.config.images.gitEnrichment.registry $enrichmentValues.config.images.gitEnrichment.repository $enrichmentValues.config.images.gitEnrichment.tag | quote }}
2223enrichmentJiraEnrichmentImage : {{ 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 }}
2424 {{- end }}
2525{{- end }}
2626
You can’t perform that action at this time.
0 commit comments