Use resource infator again
This commit is contained in:
parent
0ac9548f68
commit
47fc03e75c
|
@ -6,10 +6,9 @@ resources:
|
||||||
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
helmCharts:
|
helmChartInflationGenerator:
|
||||||
- name: all
|
- chartHome: ./charts/
|
||||||
namespace: helmrds
|
chartName: all
|
||||||
releaseName: sciebords
|
releaseName: sciebords
|
||||||
valuesFile: ./values/values.yaml
|
releaseNamespace: helmrds
|
||||||
helmGlobals:
|
values: ./values/values.yaml
|
||||||
chartHome: ./charts/
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
apiVersion: 'kustomize.config.k8s.io/v1beta1'
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
bases:
|
resources:
|
||||||
- ../../base
|
- ../../base/
|
||||||
patchesStrategicMerge:
|
patches:
|
||||||
- describo-ingress.yml
|
- path: describo-ingress.yml
|
||||||
- rds-ingress.yml
|
- path: rds-ingress.yml
|
||||||
- sunet-service.yml
|
- path: sunet-service.yml
|
||||||
|
|
Loading…
Reference in a new issue