I'm slowly making my way through the initial deployment of a staging env.
When running:
# helm install -f overrides.yaml djankiserv_test djankiserv/charts/djankiserv/
I get the following error
Error: unable to build kubernetes objects from release manifest: unable to recognize "": no matches for kind "ClusterIssuer" in version "cert-manager.io/v1alpha2"
I confirmed that the cert-manager is installed:
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
cert-manager cert-manager 1 2021-02-20 17:23:43.794226023 +0000 UTC deployed cert-manager-v0.16.1 v0.16.1
Here's my overrides.yaml (with sensitive information scrubbed):
djankiserv:
host: djankiserv.mydomain.com
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
tls:
secretName: letsencrypt-cert-staging
clusterissuer:
staging:
enabled: true
email: myname@gmail.com