Use resource infator again

This commit is contained in:
Micke Nordin 2023-05-03 16:51:57 +02:00
parent 0ac9548f68
commit 47fc03e75c
2 changed files with 12 additions and 13 deletions

View file

@ -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

View file

@ -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