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?
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?