Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helmchart inflator unable to pull helm chart #1925

Open
wibed opened this issue Jan 9, 2024 · 0 comments
Open

helmchart inflator unable to pull helm chart #1925

wibed opened this issue Jan 9, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@wibed
Copy link

wibed commented Jan 9, 2024

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 wibed added the kind/bug Categorizes issue or PR as related to a bug. label Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

1 participant