kustomize edit fix
This commit is contained in:
parent
51a260480f
commit
0ac9548f68
|
@ -4,17 +4,12 @@ resources:
|
||||||
- rds-ingress.yml
|
- rds-ingress.yml
|
||||||
- sunet-service.yml
|
- sunet-service.yml
|
||||||
|
|
||||||
#helmChartInflationGenerator:
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
#- chartHome: ./charts/
|
kind: Kustomization
|
||||||
# chartName: all
|
|
||||||
# releaseName: sciebords
|
|
||||||
# releaseNamespace: helmrds
|
|
||||||
# values: ./values/values.yaml
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: all
|
- name: all
|
||||||
includeCRDs: false
|
|
||||||
releaseName: sciebords
|
|
||||||
namespace: helmrds
|
namespace: helmrds
|
||||||
version: 2.1.0
|
releaseName: sciebords
|
||||||
valuesFile: ./values/values.yaml
|
valuesFile: ./values/values.yaml
|
||||||
repo: ./charts/ #https://harbor.uni-muenster.de/chartrepo/rds
|
helmGlobals:
|
||||||
|
chartHome: ./charts/
|
||||||
|
|
Loading…
Reference in a new issue