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

Wrong Indention of Webhook on Example ClusterIssuer #6

Open
djstein opened this issue Jul 12, 2022 · 0 comments · May be fixed by #10
Open

Wrong Indention of Webhook on Example ClusterIssuer #6

djstein opened this issue Jul 12, 2022 · 0 comments · May be fixed by #10

Comments

@djstein
Copy link

djstein commented Jul 12, 2022

Quick note:
Based on the docs from cert-manager: https://cert-manager.io/docs/configuration/acme/dns01/webhook/

the webhook dict key is incorrectly indented.

apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
  name: letsencrypt-staging
spec:
  acme:
    server: https://acme-staging-v02.api.letsencrypt.org/directory
    email: [email protected]
    privateKeySecretRef:
      name: letsencrypt-staging
    solvers:
    - dns01:
          webhook:
            solverName: linode
            groupName: acme.slicen.me
@JakeSCahill JakeSCahill linked a pull request Jan 10, 2023 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant