jouve / charts

GNU General Public License v3.0
11 stars 18 forks source link

Enable crd for HNC #22

Open shussainm opened 1 year ago

shussainm commented 1 year ago

Currently the CRDs are hosted in this repo, but they are not packaged in the helm chart. If the installation of the CRDs could be included in the Helm chart, and exposed through a Values options such as “installCRD: true” that would be helpful

jouve commented 1 year ago

the crds are part of the chart in the crds/ folder method #1

btlem commented 1 year ago

Hi @jouve I do not see the charts in https://artifacthub.io/packages/helm/jouve/hnc. If I look at the templates, I do no see a subfolder for crds (https://artifacthub.io/packages/helm/jouve/hnc?modal=template&template=admin-role.yaml). In other repos, I see them in the templates files under a crds folder, such as https://artifacthub.io/packages/helm/wenerme/external-secrets?modal=template&template=crds/acraccesstoken.yaml

Is there something I am doing wrong here?