Commit bddf7fd
committed
[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?
No1 parent 1ed8ce2 commit bddf7fd
File tree
1 file changed
+1
-0
lines changed- build-tools/helm/spark-kubernetes-operator/templates
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
117 | 118 | | |
118 | 119 | | |
119 | 120 | | |
| |||
0 commit comments