You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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 forapiVersion: 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.Solution
If
apiVersion
was made into a variable that can be changed via thevalue.yaml
it would resolve the issue as well as allow for other solutions to provide self signed certs.The text was updated successfully, but these errors were encountered: