-
Notifications
You must be signed in to change notification settings - Fork 395
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
docs: added BootstrapConfig for Merge Option #5259
Conversation
thanks, have you tested that the config works ? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5259 +/- ##
==========================================
- Coverage 67.94% 67.93% -0.01%
==========================================
Files 214 214
Lines 33522 33522
==========================================
- Hits 22776 22773 -3
- Misses 9358 9360 +2
- Partials 1388 1389 +1 ☔ View full report in Codecov by Sentry. |
@arkodg The configs are working fine. I pushed the helm charts in this PR but it's not appearing here. I'm looking into it. |
@arkodg The helm charts are getting deleted when I run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why remove this?
|
@zirain when I run the This dependency
|
AFAIK, it won't cause any unexcepted issues. |
@zirain I cloned the repo again in a new folder and ran |
you must did something wrong, that why |
@zirain My environment is set to go version |
063b16a
to
48459d4
Compare
Signed-off-by: Anu-Ra-g <[email protected]>
0d5fda5
to
d375b80
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks !
What type of PR is this?
Documentation for Merge Option in Custom bootstrap for EnvoyProxy
What this PR does / why we need it:
This PR contains the requested documentation updates for the custom bootstrap config for envoyproxy along with the
Merge
optionWhich issue(s) this PR fixes:
Fixes #2545
Release Notes: No