Try to move helm inflation generator
This commit is contained in:
parent
db82bc20ec
commit
676697cc9c
|
@ -4,11 +4,5 @@ resources:
|
||||||
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
helmCharts:
|
|
||||||
- includeCRDs: true
|
|
||||||
name: jupyterhub
|
|
||||||
releaseName: jupyterhub
|
|
||||||
valuesFile: ./values/values.yaml
|
|
||||||
version: 3.0.3
|
|
||||||
helmGlobals:
|
helmGlobals:
|
||||||
chartHome: ./charts/
|
chartHome: ./charts/
|
||||||
|
|
|
@ -2,6 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../../base/
|
- ../../../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
|
||||||
|
|
|
@ -2,6 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../../base/
|
- ../../../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
|
||||||
|
|
|
@ -2,6 +2,12 @@
|
||||||
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
|
||||||
|
|
|
@ -2,6 +2,12 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ../../../base/
|
- ../../../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
|
||||||
|
|
Loading…
Reference in a new issue