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