Skip to content

Support Helm Templated CRDs #17

@tonur

Description

@tonur

In some HelmCharts, the developers gate the CRDs behind a Helm template variable, such as:
{{- if .Values.crds.create }}
Which this one uses: https://github.com/cloudnative-pg/charts/blob/cloudnative-pg-v0.28.3/charts/cloudnative-pg/templates/crds/crds.yaml

In that case, the CRDs discovered is just 0, because it could not parse it.

Could this app be extended to support helm templated CRDs?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions