2024-02-06 09:30:03 +00:00
|
|
|
---
|
2023-09-25 14:33:39 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
2024-02-06 09:30:03 +00:00
|
|
|
resources: [../../../base/]
|
2024-02-06 08:57:58 +00:00
|
|
|
helmCharts:
|
2024-02-06 09:30:03 +00:00
|
|
|
- includeCRDs: true
|
|
|
|
name: jupyterhub
|
2024-02-06 09:31:52 +00:00
|
|
|
releaseName: uu-jupyterhub
|
2024-02-06 09:30:03 +00:00
|
|
|
valuesFile: ./values/values.yaml
|
|
|
|
version: 3.0.3
|
|
|
|
helmGlobals:
|
|
|
|
chartHome: ../../../base/charts/
|
2023-09-25 14:33:39 +00:00
|
|
|
patches:
|
2024-02-06 09:30:03 +00:00
|
|
|
- path: jupyterhub-ingress.yml
|
|
|
|
- path: jupyterhub-service.yml
|