Skip to content

Commit

Permalink
feat(k8s): enable wildcard CORS for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Feb 4, 2023
1 parent c34a9aa commit a628aef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
--set ingress.enabled=true \
--set site.canonicalHostname="${release_hostname}" \
--set site.displayErrors=true \
--set site.corsOrigins="*" \
--set hab.license=accept-no-persist
echo "Listing pods existing after deploy"
Expand Down

0 comments on commit a628aef

Please sign in to comment.