helmCharts plugins , local chartHome is not work? #6081
Replies: 1 comment
-
|
I think apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmGlobals:
chartHome: /root/app-deploy
helmCharts:
- name: apisix-dashboard
releaseName: apisix-dashboardkustomize will look for the chart under |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
#path: /root/app-deploy/apisix-dashboard
includeCRDs: false
releaseName: apisix-dashboardversion: 0.8.3
#repo: https://charts.apiseven.comchartHome: /root/app-deploy/apisix-dashboard
Error: invalid Kustomization: json: unknown field "chartHome" , How can I do?
Beta Was this translation helpful? Give feedback.
All reactions