-
Notifications
You must be signed in to change notification settings - Fork 360
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
helm: support disabling cert-gen job #3501
Comments
hey @gecube we highlight this integration in https://gateway.envoyproxy.io/v1.0.1/install/custom-cert/, in this case the job is a no-op, we can do better by adding explicit support to disable the job in helm |
@arkodg Hi! Thanks, I already found this article on my own. It was tough, but anyway appreciate your fast reply.
super idea!!!! |
It looks like we need to add a knob to turn/off, I think I should be able to complete this work. :) |
thanks for picking this one up @ShyunnY,
thinking out loud, one UX in Helm for this could be
|
Disabling the cert-get job may also impact other features like OIDC, and it may be hard to make the user aware of this for such cases. |
Good day!
I see that inside of helm chart we are using
kind: Job
to generate certificates. I'd like to ask to support disabling of this job as I can issue these certificates with cert-manager like I proposed in another project wazuh/wazuh-kubernetes#577The text was updated successfully, but these errors were encountered: