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

Issue with TLS and cert-manager #492

Open
bsheltonihs opened this issue Feb 24, 2022 · 1 comment
Open

Issue with TLS and cert-manager #492

bsheltonihs opened this issue Feb 24, 2022 · 1 comment

Comments

@bsheltonihs
Copy link
Contributor

bsheltonihs commented Feb 24, 2022

Issue

When the option below is set to true in the values.yaml it fails with "the server could not find the requested resource". The TLS templates have hardcoded api entries for apiVersion: cert-manager.io/v1alpha2 that they try to make calls to. This is causing issues and makes TLS function unusable for our use-case. In addition to that according to cert-manager.io this has been deprecated as of version 1.6.0 cert-manager v1.6.0 change log.

certs:
    internal_issuer:
      enabled: false
      component: internal-cert-issuer
      type: selfsigning

Solution

If apiVersion was made into a variable that can be changed via the value.yaml it would resolve the issue as well as allow for other solutions to provide self signed certs.

@pavel-hladik
Copy link

#521

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