Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow overriding Ambient params in IstioCNI #563

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sridhargaddam
Copy link
Contributor

Even though we can install Ambient using the Sail Operator, we're unable to override some of the Ambient parameters in the IstioCNI chart because the CNIAmbientConfig is missing from the CNIConfig struct. This PR fixes it.

Related to: #500
Signed-off-by: Sridhar Gaddam [email protected]

Even though we can install Ambient using the Sail Operator,
we're unable to override some of the Ambient parameters in
the IstioCNI chart because the CNIAmbientConfig is missing
from the CNIConfig struct. This PR fixes it.

Related to: istio-ecosystem#500
Signed-off-by: Sridhar Gaddam <[email protected]>
@sridhargaddam sridhargaddam requested a review from a team as a code owner January 20, 2025 08:50
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.10%. Comparing base (e27e1be) to head (ee7eb36).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #563      +/-   ##
==========================================
- Coverage   75.65%   71.10%   -4.56%     
==========================================
  Files          40       34       -6     
  Lines        2481     1976     -505     
==========================================
- Hits         1877     1405     -472     
+ Misses        514      458      -56     
- Partials       90      113      +23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants