File tree 1 file changed +1
-1
lines changed
charts/gitops-runtime/templates/_components/cap-app-proxy
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 }}
5
5
argoWorkflowsUrl : {{ default "" .Values.config.argoWorkflowsUrl }}
6
6
cors : {{ .Values.global.codefresh.url }}
7
7
env : {{ .Values.config.env | quote}}
8
+ isConfigurationRuntime : {{ .Values.global.runtime.isConfigurationRuntime | quote }}
8
9
runtimeName : {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}}
9
10
skipGitPermissionValidation : {{ .Values.config.skipGitPermissionValidation | quote }}
10
11
logLevel : {{ .Values.config.logLevel | quote }}
@@ -20,7 +21,6 @@ enrichmentClientHeartbeatIntervalInSeconds: {{ $enrichmentValues.config.clientHe
20
21
enrichmentImageReportingImage : {{ printf "%s/%s:%s" $enrichmentValues.config.images.reportImage.registry $enrichmentValues.config.images.reportImage.repository $enrichmentValues.config.images.reportImage.tag | quote }}
21
22
enrichmentGitEnrichmentImage : {{ printf "%s/%s:%s" $enrichmentValues.config.images.gitEnrichment.registry $enrichmentValues.config.images.gitEnrichment.repository $enrichmentValues.config.images.gitEnrichment.tag | quote }}
22
23
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 }}
24
24
{{- end }}
25
25
{{- end }}
26
26
You can’t perform that action at this time.
0 commit comments