godaddy-webhook
godaddy-webhook copied to clipboard
YAML is invalid
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
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 -
.
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
Check this issue: https://github.com/snowdrop/godaddy-webhook/issues/14
Issue fixed on main branch