slicen / cert-manager-webhook-linode

Cert-Manager ACME DNS01 Webhook Solver for Linode DNS Manager
Apache License 2.0
29 stars 21 forks source link

Error when deploying latest version. #5

Open z-deniz opened 2 years ago

z-deniz commented 2 years ago

Afterhelm upgrade --install cert-manager-webhook-linode --namespace cert-manager cert-manager-webhook-linode/ --create-namespace got error: cert-manager "msg"="error executing command" "error"="unknown flag: --v" Chart has been deployed after removing this lines from chart:

# {{- if .Values.deployment.logLevel }}
#             - --v={{ .Values.deployment.logLevel }}
# {{- end }}
rombert commented 2 years ago

I guess unsetting .Values.deployment.logLevel should also work.

djstein commented 2 years ago

for the next poor soul who stumbles upon this, the command would be:

helm upgrade --install cert-manager-webhook-linode --namespace cert-manager https://github.com/slicen/cert-manager-webhook-linode/releases/download/v0.2.0/cert-manager-webhook-linode-v0.2.0.tgz --set deployment.logLevel=null
djstein commented 2 years ago

next up, there is no RBAC permissions set for system:serviceaccount:cert-manager:cert-manager-webhook-linode trying to replicate values from https://github.com/neoskop/cert-manager-webhook-dnsimple/issues/8