File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 58
58
# Perform a rolling update if a release in the given namespace ever exist, create one otherwise.
59
59
echo " Installing/upgrading release '${RELEASE} ' on namespace '${NAMESPACE} '"
60
60
helm upgrade --install --reset-values --force --namespace=$NAMESPACE --recreate-pods $RELEASE ./api/helm/api \
61
- --set php.corsAllowOrigin=$CORS_ALLOW_ORIGIN \
61
+ --set php.corsAllowOrigin=" https:// ${CLIENT_BUCKET} \,https:// ${ADMIN_BUCKET} " \
62
62
--set php.trustedHosts=$TRUSTED_HOSTS \
63
63
--set php.repository=$PHP_REPOSITORY ,php.tag=$TAG \
64
64
--set php.mercure.jwt=$MERCURE_JWT \
@@ -76,7 +76,7 @@ helm upgrade --install --reset-values --force --namespace=$NAMESPACE --recreate-
76
76
--set mercure.publishUrl=" http://${RELEASE} -mercure/hub" \
77
77
--set mercure.subscribeUrl=" https://${MERCURE_ENTRYPOINT} /hub" \
78
78
--set mercure.jwtKey=$MERCURE_JWT_KEY \
79
- --set mercure.corsAllowedOrigins=" $ CLIENT_BUCKET" \
79
+ --set mercure.corsAllowedOrigins=" https:// ${ CLIENT_BUCKET} \,https:// ${ADMIN_BUCKET} " \
80
80
--set mercure.domainFilters=" {$DOMAIN }"
81
81
82
82
# Reload fixtures: this is specific for this project!
You can’t perform that action at this time.
0 commit comments