Skip to content

Commit 0fa3555

Browse files
committed
inject cors to app-proxy
1 parent 9133d6f commit 0fa3555

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
argoCdUrl: {{ .Values.config.argoCdUrl }}
33
argoCdUsername: {{ .Values.config.argoCdUsername }}
44
argoWorkflowsInsecure: {{ .Values.config.argoWorkflowsInsecure | quote }}
5-
env: {{ .Values.config.env | quote}}
65
argoWorkflowsUrl: {{ default "" .Values.config.argoWorkflowsUrl }}
6+
cors: {{ .Values.global.codefresh.url }}
7+
env: {{ .Values.config.env | quote}}
78
runtimeName: {{ .Values.global.runtime.name | quote}}
89
skipGitPermissionValidation: {{ .Values.config.skipGitPermissionValidation | quote }}
910
logLevel: {{ .Values.config.logLevel | quote }}

0 commit comments

Comments
 (0)