Fix ztunnel controller to apply values.ztunnel config#568
Fix ztunnel controller to apply values.ztunnel config#568istio-testing merged 1 commit intoistio-ecosystem:mainfrom
Conversation
In the Sail Operator, any config specified under values.ztunnel in the ZTunnel resource was being ignored. This fix ensures that the ztunnel controller correctly applies these values. Fixes: istio-ecosystem#567 Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
|
/cherry-pick release-1.0 |
|
@dgn: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #568 +/- ##
==========================================
- Coverage 75.65% 70.74% -4.92%
==========================================
Files 40 34 -6
Lines 2481 1979 -502
==========================================
- Hits 1877 1400 -477
+ Misses 514 466 -48
- Partials 90 113 +23 ☔ View full report in Codecov by Sentry. |
|
/retest |
|
@dgn: new pull request created: #580 DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
* upstream/main: Fix ztunnel controller to apply values.ztunnel config (openshift-service-mesh#568)
) This is required after istio-ecosystem#1297
In the Sail Operator, any config specified under values.ztunnel in the ZTunnel resource was being ignored. This fix ensures that the ztunnel controller correctly applies these values.
Fixes: #567