tektoncd/operator

helmchart inflator unable to pull helm chart

wibed opened this issue · 0 comments

atm i have to manually git pull and mv the chart directory in place because kustomization helmChart inflator
cannot understand the git+https:// -url.

heres a reproduction:

  • command
kustomize build --enable-helm --load-restrictor=LoadRestrictionsNone . | kubectl apply -f -
  • file
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

helmGlobals:
  chartHome: ../../../../base/tekton-operator

helmCharts:
  - name: tekton-operator
    releaseName: cluster0
    includeCRDs: true
    valuesInline:

    repo: "git+https://github.com/tektoncd/operator@charts?ref=main"