-
Notifications
You must be signed in to change notification settings - Fork 767
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
Support for custom secret keys and certificates #126
Conversation
f72c921
to
7067cbc
Compare
@fydrah Thanks for your PR. |
Hi @ywk253100 ,
If I understand, each custom certificates/keys must be created by hand into a new secret, and included with a |
I think we can keep your method for the And some other comments:
|
Ping @fydrah |
3353d23
to
1a941ce
Compare
Hi, comments updated and use Tested with the following override configuration:
With helm deployment name |
* Support custom CA and Certs for core and notary components, instead of generating new ones during install/upgrades * Support custom secret keys for several components, instead of generating new ones during install/upgrades Signed-off-by: fydrah <[email protected]>
@fydrah Thanks! |
This PR adds:
components, instead of generating new ones during
install/upgrades
instead of generating new ones during install/upgrades
changes, chartmuseum must be restarted
It also makes
helm upgrade
idempotent (no more secrets/certificates generation).Fixes #107