smallstep / helm-charts

Helm packages for Kubernetes
Apache License 2.0
49 stars 73 forks source link

Use Helm 3 method for installing crds #169

Closed maraino closed 10 months ago

maraino commented 10 months ago

This commit resolves a registration issue with step-issuer CRDs when a stepIssuer is installed at the same time.

This commit moves the CRDs from an included dependency chart to the new crds directory supported by Helm 3. See: https://helm.sh/docs/chart_best_practices/custom_resource_definitions/

Fixes #168