You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to use this with "cert-manager" as namespace.
When inside cert-manager namespace, i get "Unable to handle request" and the webhook-pdns doesn't have any logging?
Also can you clarify some things in the installation process?
is it possible to change the namespace?
how can i change the "groupname" while using helm?
3.I think it is easier to supply a "kubectl apply -f". as this is a relatively small addition to cert-manager and you might save helm overhead?
The text was updated successfully, but these errors were encountered:
I should work within the cert-manager namespace. I can take a look, but to ensure we're about the same setup - what version of cert-manager and what version of Kubernetes are you using?
For your questions:
You can install the webhook into any namespace (helm -n $NAMESPACE install ...). Just make sure the helm values point to the right namesapce for your cert-manager installation (
This was originally based on the https://github.com/cert-manager/webhook-example which had the helm chart, and due to the customization options, I will continue to only offer the helm chart.
Please let me know if you have any additional questions! Thanks
I am unable to use this with "cert-manager" as namespace.
When inside cert-manager namespace, i get "Unable to handle request" and the webhook-pdns doesn't have any logging?
Also can you clarify some things in the installation process?
3.I think it is easier to supply a "kubectl apply -f". as this is a relatively small addition to cert-manager and you might save helm overhead?
The text was updated successfully, but these errors were encountered: