-
Notifications
You must be signed in to change notification settings - Fork 282
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Cadence): fixed legacy clusterMetadata default
It was broken since chart 0.18.0. .Values.server.frontend.service.port is required for the Cadence K8s service in the Helm chart, thus it will always be defined, so I changed the defaulting behavior to always use that, because it would never fall back to the dockerize env var .Env.FRONTEND_PORT or even back to literal 7933.
- Loading branch information
Showing
2 changed files
with
3 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters