Try helmchart again
This commit is contained in:
parent
a4a39ef3aa
commit
da955f4e6a
|
@ -6,9 +6,12 @@ resources:
|
||||||
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
helmChartInflationGenerator:
|
helmCharts:
|
||||||
- chartHome: ./charts/
|
- includeCRDs: true
|
||||||
chartName: all
|
name: all
|
||||||
|
namespace: helmrds
|
||||||
releaseName: sciebords
|
releaseName: sciebords
|
||||||
releaseNamespace: helmrds
|
valuesFile: ./values/values.yaml
|
||||||
values: ./values/values.yaml
|
version: 2.1.0
|
||||||
|
helmGlobals:
|
||||||
|
chartHome: ./charts/
|
||||||
|
|
Loading…
Reference in a new issue