Error: Unable to continue with install: CustomResourceDefinition "stepclusterissuers.certmanager.step.sm" in namespace "" exists and cannot be imported into the current release: invalid ownership metadata; label validation error: missing key "app.kubernetes.io/managed-by": must be set to "Helm"; annotation validation error: missing key "meta.helm.sh/release-name": must be set to "step-issuer"; annotation validation error: missing key "meta.helm.sh/release-namespace": must be set to "infra"
There might be some context missing in the CRDs now that was previously there. It works when I install with --version 0.7.0. I tried both versions 0.8.0 and 0.8.0+1.
Subject of the issue
The changes introduced for step-issuer at 0.8.0/0.8.0+1 broke our (very simple) local developmet setup.
now results in
There might be some context missing in the CRDs now that was previously there. It works when I install with
--version 0.7.0
. I tried both versions 0.8.0 and 0.8.0+1.Your environment
This is in a fresh cluster with:
k8s@v1.24.7
cert-manager@v1.13.0
smallstep/step-certificates@latest
Steps to reproduce
Run commands above.