We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbc15e commit a168efeCopy full SHA for a168efe
charts/gitops-runtime/templates/_components/cap-app-proxy/_config.yaml
@@ -1,7 +1,7 @@
1
{{- define "cap-app-proxy.resources.configmap-documented-configs" }}
2
argoWorkflowsInsecure: {{ .Values.config.argoWorkflowsInsecure | quote }}
3
clusterChunkSize: {{ .Values.config.clusterChunkSize | quote }}
4
-cors: {{ .Values.global.codefresh.url }}
+cors: {{ .Values.config.cors | default .Values.global.codefresh.url }}
5
isConfigurationRuntime: {{ .Values.global.runtime.isConfigurationRuntime | quote }}
6
isExternalArgoCD: {{ .Values.global.runtime.isExternalArgoCD | quote }}
7
runtimeName: {{ required "global.runtime.name is required" .Values.global.runtime.name | quote}}
0 commit comments