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