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