2024-11-11 14:01:57 +00:00
|
|
|
---
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
resources: [../../../base/]
|
|
|
|
helmCharts:
|
|
|
|
- includeCRDs: true
|
|
|
|
name: jupyterhub
|
2024-11-11 14:12:48 +00:00
|
|
|
releaseName: vr-jupyterhub
|
2024-11-11 14:01:57 +00:00
|
|
|
valuesFile: ./values/values.yaml
|
2024-11-11 14:12:48 +00:00
|
|
|
version: 4.0.0
|
|
|
|
namespace: vr-jupyterhub
|
2024-11-11 14:01:57 +00:00
|
|
|
helmGlobals:
|
|
|
|
chartHome: ../../../base/charts/
|
|
|
|
patches:
|
|
|
|
- path: jupyterhub-ingress.yml
|
|
|
|
- path: jupyterhub-service.yml
|