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