Skip to content

unable to build: no matches for kind "ClusterIssuer" in version "cert-manager.io/v1alpha2" #20

@senorsmile

Description

@senorsmile

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions