Try again
This commit is contained in:
parent
331cee1abc
commit
db82bc20ec
|
@ -5,4 +5,3 @@ resources:
|
||||||
patches:
|
patches:
|
||||||
- path: jupyterhub-ingress.yml
|
- path: jupyterhub-ingress.yml
|
||||||
- path: jupyterhub-service.yml
|
- path: jupyterhub-service.yml
|
||||||
- path: values/values.yaml
|
|
||||||
|
|
|
@ -5,4 +5,3 @@ resources:
|
||||||
patches:
|
patches:
|
||||||
- path: jupyterhub-ingress.yml
|
- path: jupyterhub-ingress.yml
|
||||||
- path: jupyterhub-service.yml
|
- path: jupyterhub-service.yml
|
||||||
- path: values/values.yaml
|
|
||||||
|
|
|
@ -2,12 +2,6 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources: [../../../base/]
|
resources: [../../../base/]
|
||||||
helmCharts:
|
|
||||||
- includeCRDs: true
|
|
||||||
name: jupyterhub
|
|
||||||
releaseName: jupyterhub
|
|
||||||
valuesFile: ./values/values.yaml
|
|
||||||
version: 3.0.3
|
|
||||||
patches:
|
patches:
|
||||||
- path: jupyterhub-ingress.yml
|
- path: jupyterhub-ingress.yml
|
||||||
- path: jupyterhub-service.yml
|
- path: jupyterhub-service.yml
|
||||||
|
|
|
@ -5,4 +5,3 @@ resources:
|
||||||
patches:
|
patches:
|
||||||
- path: jupyterhub-ingress.yml
|
- path: jupyterhub-ingress.yml
|
||||||
- path: jupyterhub-service.yml
|
- path: jupyterhub-service.yml
|
||||||
- path: values/values.yaml
|
|
||||||
|
|
Loading…
Reference in a new issue