Use repo
This commit is contained in:
parent
2cd489694d
commit
d67abd0006
|
@ -2,11 +2,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- includeCRDs: true
|
- includeCRDs: true
|
||||||
name: all
|
name: trino
|
||||||
namespace: trino
|
namespace: trino
|
||||||
releaseName: trino
|
releaseName: trino
|
||||||
valuesFile: ./values/values.yaml
|
valuesFile: ./values/values.yaml
|
||||||
version: 0.32.0
|
version: 0.32.0
|
||||||
helmGlobals:
|
repo: https://trinodb.github.io/charts
|
||||||
chartHome: ./charts/
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue