From f6f36d504b9d285d2e8064e5781b4b2a0b5aff0c Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Wed, 3 May 2023 15:08:08 +0200 Subject: [PATCH] Switch to helmCharts --- rds/base/kustomization.yaml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/rds/base/kustomization.yaml b/rds/base/kustomization.yaml index b45ed5a..2276470 100644 --- a/rds/base/kustomization.yaml +++ b/rds/base/kustomization.yaml @@ -4,10 +4,17 @@ resources: - rds-ingress.yml - sunet-service.yml -helmChartInflationGenerator: -- chartHome: ./charts/ - chartName: all + #helmChartInflationGenerator: + #- chartHome: ./charts/ + # chartName: all + # releaseName: sciebords + # releaseNamespace: helmrds + # values: ./values/values.yaml +helmCharts: +- name: all + includeCRDs: true releaseName: sciebords - releaseNamespace: helmrds - values: ./values/values.yaml - + namespace: helmrds + version: 2.1.0 + valuesFile: ./values/values.yaml + repo: https://www.research-data-services.org/charts/stable