-
Notifications
You must be signed in to change notification settings - Fork 345
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
fix: secret reference update Ingress #1780
fix: secret reference update Ingress #1780
Conversation
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #1780 +/- ##
==========================================
+ Coverage 39.30% 39.42% +0.11%
==========================================
Files 91 91
Lines 8073 8049 -24
==========================================
Hits 3173 3173
+ Misses 4494 4469 -25
- Partials 406 407 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
1320ee3
to
edeef70
Compare
When deleting a secret, does the SSL object of APISIX exist? |
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
Type of change:
Fixes #1777
What this PR does / why we need it:
Fix a bug that causes nil reference and secret change won't trigger Ingress resource sync.
Pre-submission checklist: