operator icon indicating copy to clipboard operation
operator copied to clipboard

helmchart inflator unable to pull helm chart

Open wibed opened this issue 5 months ago • 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"

wibed avatar Jan 09 '24 08:01 wibed