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

View file

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