Skip to content
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

Usage inside of cert-manager namespace #48

Open
max312 opened this issue Jan 6, 2024 · 1 comment
Open

Usage inside of cert-manager namespace #48

max312 opened this issue Jan 6, 2024 · 1 comment

Comments

@max312
Copy link

max312 commented Jan 6, 2024

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?

  1. is it possible to change the namespace?
  2. 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?
@zachomedia
Copy link
Owner

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:

  1. 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 ( ).
  2. You can override the group name by overriding the default value ( )
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants