You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SPARK-53186] Fix probe port override from helm chart
### What changes were proposed in this pull request?
This is a bug fix to apply the health probe port from helm chart value override onto operator config
### Why are the changes needed?
Without this patch, the port override - if set in value.yaml - is only applied to operator container spec but not applied in config, would cause probe failures thereafter
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
CIs, helm lint, and local testing
### Was this patch authored or co-authored using generative AI tooling?
No
Closesapache#296 from jiangzho/probe_port_override.
Authored-by: Zhou JIANG <[email protected]>
Signed-off-by: Peter Toth <[email protected]>
0 commit comments