-
Notifications
You must be signed in to change notification settings - Fork 16
Add an option to generate tls cert during helm install #700
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
Add an option to generate tls cert during helm install #700
Conversation
2441d2f to
84cd690
Compare
Signed-off-by: Henry Zeng <[email protected]>
Signed-off-by: Henry Zeng <[email protected]>
84cd690 to
c2c9f2b
Compare
dee0sap
left a comment
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.
Please see inline comment
Signed-off-by: Henry Zeng <[email protected]>
dee0sap
left a comment
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
|
Shouldn't the |
Signed-off-by: Henry Zeng <[email protected]>
Signed-off-by: Henry Zeng <[email protected]>
Signed-off-by: Henry Zeng <[email protected]>
dee0sap
left a comment
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
What this PR does / why we need it
For clusters with cert-manager installed, we should have an option to deploy the certificate during Helm Install time.
The option should be disabled by default to not alter existing installations.
This PR also makes some controller and registry values configurable from values.yaml file
Which issue(s) this PR fixes
Fixed issue 559