Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when deploying latest version. #5

Open
z-deniz opened this issue Jan 20, 2022 · 3 comments
Open

Error when deploying latest version. #5

z-deniz opened this issue Jan 20, 2022 · 3 comments

Comments

@z-deniz
Copy link

z-deniz commented Jan 20, 2022

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
Copy link

rombert commented Jan 31, 2022

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

@djstein
Copy link

djstein commented Jul 12, 2022

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
Copy link

djstein commented Jul 12, 2022

next up, there is no RBAC permissions set for system:serviceaccount:cert-manager:cert-manager-webhook-linode trying to replicate values from puzzle/cert-manager-webhook-dnsimple#8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants