Skip to content

Commit d0c155e

Browse files
authored
fix placement of isConfigurationRuntime field (#353)
1 parent ffdf7a3 commit d0c155e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ argoWorkflowsInsecure: {{ .Values.config.argoWorkflowsInsecure | quote }}
55
argoWorkflowsUrl: {{ default "" .Values.config.argoWorkflowsUrl }}
66
cors: {{ .Values.global.codefresh.url }}
77
env: {{ .Values.config.env | quote}}
8+
isConfigurationRuntime: {{ .Values.global.runtime.isConfigurationRuntime | quote }}
89
runtimeName: {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}}
910
skipGitPermissionValidation: {{ .Values.config.skipGitPermissionValidation | quote }}
1011
logLevel: {{ .Values.config.logLevel | quote }}
@@ -20,7 +21,6 @@ enrichmentClientHeartbeatIntervalInSeconds: {{ $enrichmentValues.config.clientHe
2021
enrichmentImageReportingImage: {{ printf "%s/%s:%s" $enrichmentValues.config.images.reportImage.registry $enrichmentValues.config.images.reportImage.repository $enrichmentValues.config.images.reportImage.tag | quote }}
2122
enrichmentGitEnrichmentImage: {{ printf "%s/%s:%s" $enrichmentValues.config.images.gitEnrichment.registry $enrichmentValues.config.images.gitEnrichment.repository $enrichmentValues.config.images.gitEnrichment.tag | quote }}
2223
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 }}
2424
{{- end }}
2525
{{- end }}
2626

0 commit comments

Comments
 (0)