We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
cert-manager.io
The text was updated successfully, but these errors were encountered:
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... )
Sorry, something went wrong.
No branches or pull requests
When trying to install loghouse along with current cert-manager release 0.14.2 this error happens:
I believe this is because they renamed api-group to
cert-manager.io
The text was updated successfully, but these errors were encountered: