godaddy-webhook icon indicating copy to clipboard operation
godaddy-webhook copied to clipboard

YAML is invalid

Open GNUGradyn opened this issue 2 years ago • 3 comments

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

GNUGradyn avatar Jul 26 '22 21:07 GNUGradyn

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 -.

wfhartford avatar Jul 29 '22 19:07 wfhartford

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

GNUGradyn avatar Aug 26 '22 17:08 GNUGradyn

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

lk7777 avatar Sep 20 '22 12:09 lk7777

Issue fixed on main branch

cmoulliard avatar Sep 19 '23 11:09 cmoulliard