snowdrop / godaddy-webhook

Cert Manager Godaddy Webhook performing ACME challenge using DNS record
Apache License 2.0
72 stars 62 forks source link

YAML is invalid #16

Closed GNUGradyn closed 11 months ago

GNUGradyn commented 2 years ago

Trying to install the application results in this error

$ helm install -n cert-manager godaddy-webhook ./deploy/helm
Error: INSTALLATION FAILED: YAML parse error on godaddy-webhook/templates/rbac.yaml: error converting YAML to JSON: yaml: line 9: did not find expected key

there are several syntax errors in the yaml file to the point I'm not really sure what some of it is supposed to be

wfhartford commented 2 years ago

I ran into the same error. There is a recent fork at https://github.com/TomKeyte/godaddy-webhook which renders correctly. It looks like all that was changed in the fork is the deploy/helm/templates/rbac.yaml, which had all of the :s in resource names changed to -.

GNUGradyn commented 2 years ago

the fork linked in the previous comment works. Seems like this fork may be abandoned. probably a good idea for anyone else still on this one to move over

lk7777 commented 1 year ago

Check this issue: https://github.com/snowdrop/godaddy-webhook/issues/14

cmoulliard commented 11 months ago

Issue fixed on main branch