-
Notifications
You must be signed in to change notification settings - Fork 214
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
Install Doc Updates #451
Install Doc Updates #451
Conversation
Corrected name of helm repo for polaris chart and added blurb about requiring TLS certs.
Updated to reflect the kubectl and helm install methods both require cert-manager.
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.
Thanks for the contribution John!
docs-md/admission-controller.md
Outdated
|
||
Supply a CA Bundle with the webhook.caBundle | ||
Create a TLS secret in your cluster with a valid certificate that uses that CA | ||
Pass the name of that secret with the webhook.secretName parameter. |
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.
Can you add a *
in front of these to bullet them? Looks like they get squished together currently.
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.
Done, thanks for catching that.
Adding bullets to the steps required for CA bundle use.
Fixed typo in the chart URL
|
||
* Supply a CA Bundle with the webhook.caBundle | ||
* Create a TLS secret in your cluster with a valid certificate that uses that CA | ||
* Pass the name of that secret with the webhook.secretName parameter. |
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.
* Pass the name of that secret with the webhook.secretName parameter. | |
* Pass the name of that secret with the `webhook.secretName` parameter. |
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.
By the way, this will only apply for helm
installation option, right? not sure how to rephrase this for kubectl
option..
Co-authored-by: Barnabas Makonda <6409210+makoscafee@users.noreply.github.com>
Recommend updating the install document to be more clear about the use of cert-manager and also updating the name of the helm chart repository to reflect "fairwinds" rather than "fairwindsOps".