Skip to content

Commit c10ddb3

Browse files
authored
Merge pull request #57 from csfloat/fix/wrap-with-string
wrap array with double quotes
2 parents 47aafd5 + 710b52f commit c10ddb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/reverse-watch-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- name: INGESTORS_CSFLOAT_BASEURL
4343
value: https://csfloat.com
4444
- name: HTTP_ALLOWEDORIGINS
45-
value: ['chrome-extension://jjicbefpemnphinccgikpdaagjebbnhg']
45+
value: "['chrome-extension://jjicbefpemnphinccgikpdaagjebbnhg']"
4646
- name: HTTP_ALLOWFIREFOXEXTENSIONS
4747
value: 'true'
4848
- name: DATABASE_HOST

0 commit comments

Comments
 (0)