camunda-platform-helm
camunda-platform-helm copied to clipboard
chore: use to configure context path
Which problem does the PR fix?
Following up with https://github.com/camunda/zeebe/pull/17467, Zeebe was migrated to Spring Webmvc. That way, the property to configure the context path in the Gateway changes. Therefore, this PR set the server.servlet.context-path
property to set the context path.
What's in this PR?
Checklist
Please make sure to follow our Contributing Guide.
Before opening the PR:
- [ ] In the repo's root dir, run
make go.update-golden-only
. - [ ] There is no other open pull request for the same update/change.
- [ ] Tests for charts are added (if needed).
- [ ] In-repo documentation are updated (if needed).
After opening the PR:
- [ ] Did you sign our CLA (Contributor License Agreement)? It will show once you open the PR.
- [ ] Did all checks/tests pass in the PR?