snowdrop / godaddy-webhook

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

Fix typo for rbac #19

Closed lovelinuxalot closed 2 years ago

lovelinuxalot commented 2 years ago

Helm install fails

helm template  godaddy-webhook ./deploy/helm -f ./deploy/helm/values.yaml 
WARNING: Kubernetes configuration file is group-readable. This is insecure. Location: /home/inx95lc/.kube/config
WARNING: Kubernetes configuration file is world-readable. This is insecure. Location: /home/inx95lc/.kube/config
Error: YAML parse error on godaddy-webhook/templates/rbac.yaml: error converting YAML to JSON: yaml: line 9: did not find expected key

Use --debug flag to render out invalid YAML

This looks like an indentation problem, which is fixed with this PR