9 lines
193 B
YAML
9 lines
193 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
helmCharts:
|
|
- name: hello-svc
|
|
releaseName: hello-svc
|
|
localChartPath: ../../helm/hello-svc
|
|
valuesFile: values.yaml
|