Skip to content

Commit

Permalink
Fox for * in CORS params
Browse files Browse the repository at this point in the history
  • Loading branch information
anayden committed May 18, 2022
1 parent 3ea531c commit f2beb1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/platform-service-accounts/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:

{{- if .Values.cors.origins }}
- name: NP_CORS_ORIGINS
value: {{ .Values.cors.origins | join "," }}
value: {{ .Values.cors.origins | join "," | quote }}
{{- end }}
{{- if .Values.zipkin }}
- name: NP_ZIPKIN_URL
Expand Down
2 changes: 1 addition & 1 deletion charts/platform-service-accounts/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ postgres-db-init:

cors:
origins:
- *
- '*'

enableDocs: true

0 comments on commit f2beb1f

Please sign in to comment.