2024-10-17 11:29:50 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
|
|
- includeCRDs: true
|
2024-10-17 11:51:19 +00:00
|
|
|
name: trino
|
2024-10-17 11:29:50 +00:00
|
|
|
namespace: trino
|
|
|
|
releaseName: trino
|
|
|
|
valuesFile: ./values/values.yaml
|
|
|
|
version: 0.32.0
|
2024-10-17 11:51:19 +00:00
|
|
|
repo: https://trinodb.github.io/charts
|
2024-10-17 11:29:50 +00:00
|
|
|
|