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

Helm chart is not compatible with the current cert-manager stable release #150

Open
davojan opened this issue Apr 24, 2020 · 1 comment
Open

Comments

@davojan
Copy link

davojan commented Apr 24, 2020

When trying to install loghouse along with current cert-manager release 0.14.2 this error happens:

helm.go:75: [debug] unable to recognize "": no matches for kind "Certificate" in version "certmanager.k8s.io/v1alpha1"

I believe this is because they renamed api-group to cert-manager.io

@serggend
Copy link

for my example i just add

    annotations:
      cert-manager.io/cluster-issuer: letsencrypt

in this part of values

loghouse:
    host: loghouse.domain.com
    path: "/"
    tls_secret_name: loghouse
    annotations:
      cert-manager.io/cluster-issuer: letsencrypt

and it works ( but i already have clusterissuer, all env for letsencrypt and etc... )

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

No branches or pull requests

2 participants