More trial and error
This commit is contained in:
parent
676697cc9c
commit
ad868a714c
|
@ -1,8 +1,4 @@
|
||||||
resources:
|
---
|
||||||
- jupyterhub-ingress.yml
|
resources: [jupyterhub-ingress.yml, jupyterhub-service.yml]
|
||||||
- jupyterhub-service.yml
|
|
||||||
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
helmGlobals:
|
|
||||||
chartHome: ./charts/
|
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
|
---
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources: [../../../base/]
|
||||||
- ../../../base/
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- includeCRDs: true
|
- includeCRDs: true
|
||||||
name: jupyterhub
|
name: jupyterhub
|
||||||
releaseName: jupyterhub
|
releaseName: jupyterhub
|
||||||
valuesFile: ./values/values.yaml
|
valuesFile: ./values/values.yaml
|
||||||
version: 3.0.3
|
version: 3.0.3
|
||||||
|
helmGlobals:
|
||||||
|
chartHome: ../../../base/charts/
|
||||||
patches:
|
patches:
|
||||||
- path: jupyterhub-ingress.yml
|
- path: jupyterhub-ingress.yml
|
||||||
- path: jupyterhub-service.yml
|
- path: jupyterhub-service.yml
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
|
---
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources: [../../../base/]
|
||||||
- ../../../base/
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- includeCRDs: true
|
- includeCRDs: true
|
||||||
name: jupyterhub
|
name: jupyterhub
|
||||||
releaseName: jupyterhub
|
releaseName: jupyterhub
|
||||||
valuesFile: ./values/values.yaml
|
valuesFile: ./values/values.yaml
|
||||||
version: 3.0.3
|
version: 3.0.3
|
||||||
|
helmGlobals:
|
||||||
|
chartHome: ../../../base/charts/
|
||||||
patches:
|
patches:
|
||||||
- path: jupyterhub-ingress.yml
|
- path: jupyterhub-ingress.yml
|
||||||
- path: jupyterhub-service.yml
|
- path: jupyterhub-service.yml
|
||||||
|
|
|
@ -3,11 +3,13 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources: [../../../base/]
|
resources: [../../../base/]
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- includeCRDs: true
|
- includeCRDs: true
|
||||||
name: jupyterhub
|
name: jupyterhub
|
||||||
releaseName: jupyterhub
|
releaseName: jupyterhub
|
||||||
valuesFile: ./values/values.yaml
|
valuesFile: ./values/values.yaml
|
||||||
version: 3.0.3
|
version: 3.0.3
|
||||||
|
helmGlobals:
|
||||||
|
chartHome: ../../../base/charts/
|
||||||
patches:
|
patches:
|
||||||
- path: jupyterhub-ingress.yml
|
- path: jupyterhub-ingress.yml
|
||||||
- path: jupyterhub-service.yml
|
- path: jupyterhub-service.yml
|
||||||
|
|
|
@ -1,13 +1,15 @@
|
||||||
|
---
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources: [../../../base/]
|
||||||
- ../../../base/
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- includeCRDs: true
|
- includeCRDs: true
|
||||||
name: jupyterhub
|
name: jupyterhub
|
||||||
releaseName: jupyterhub
|
releaseName: jupyterhub
|
||||||
valuesFile: ./values/values.yaml
|
valuesFile: ./values/values.yaml
|
||||||
version: 3.0.3
|
version: 3.0.3
|
||||||
|
helmGlobals:
|
||||||
|
chartHome: ../../../base/charts/
|
||||||
patches:
|
patches:
|
||||||
- path: jupyterhub-ingress.yml
|
- path: jupyterhub-ingress.yml
|
||||||
- path: jupyterhub-service.yml
|
- path: jupyterhub-service.yml
|
||||||
|
|
Loading…
Reference in a new issue