Micke Nordin
324724c3b1
Export 3.0.3 like so: ``` helm repo add jupyterhub https://hub.jupyter.org/helm-chart/ helm fetch jupyterhub/jupyterhub --version 3.0.3 --untar --untardir . ```
16 lines
315 B
YAML
16 lines
315 B
YAML
resources:
|
|
- jupyterhub-ingress.yml
|
|
- jupyterhub-service.yml
|
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
helmCharts:
|
|
- includeCRDs: true
|
|
name: jupyterhub
|
|
namespace: jupyterhub
|
|
releaseName: jupyterhub
|
|
valuesFile: ./values/values.yaml
|
|
version: 3.0.3
|
|
helmGlobals:
|
|
chartHome: ./charts/
|