-
Notifications
You must be signed in to change notification settings - Fork 335
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
feat(*) allow ca.crt to be in separate k8s secret #3638
Conversation
This feature adds option to provide ca.crt in separate k8s secret than tls.key/tls.crt, which allows to provide CA and certificates using for example cert-manager + two small stylistic changes in helm chart's values.yaml file suggested by my IDE Signed-off-by: Bart Smykla <bartek@smykla.com>
73a9160
to
7e335bf
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.
Do we still have a test without: "--tls-general-ca-secret"
?
Signed-off-by: Bart Smykla <bartek@smykla.com>
Now we do (I moved the flag to different test case) |
Signed-off-by: Bart Smykla <bartek@smykla.com>
Codecov Report
@@ Coverage Diff @@
## master #3638 +/- ##
==========================================
- Coverage 50.94% 50.92% -0.02%
==========================================
Files 928 928
Lines 56414 56415 +1
==========================================
- Hits 28740 28732 -8
- Misses 25395 25398 +3
- Partials 2279 2285 +6
Continue to review full report at Codecov.
|
Signed-off-by: Bart Smykla <bartek@smykla.com>
Summary
This feature adds option to provide ca.crt in separate k8s secret
than tls.key/tls.crt, which allows to provide CA and certificates
using for example cert-manager
suggested by my IDE
Full changelog
No changelog
Issues resolved
Closes #3015
Documentation
Testing
Backwards compatibility
UPGRADE.md
with any steps users will need to takewhen upgrading.
backport-to-stable
label if the code is backwards compatible. Otherwise, list breaking changes.