k8s-manifests/spark/overlays/test/kustomization.yaml

16 lines
334 B
YAML
Raw Normal View History

2024-06-28 10:03:43 +00:00
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
2024-06-28 10:27:58 +00:00
resources: [../../base/]
2024-06-28 10:03:43 +00:00
helmCharts:
- includeCRDs: true
name: spark-operator
releaseName: spark
2024-06-28 10:03:43 +00:00
valuesFile: ./values/values.yaml
2024-06-28 10:32:14 +00:00
version: 1.4.2
2024-06-28 10:03:43 +00:00
namespace: spark
helmGlobals:
chartHome: ../../base/charts/
2024-06-28 10:29:40 +00:00
patches:
- path: spark-ingress.yml