Override default values with import-values

Signed-off-by: Pavel Busko <pavel.busko@sap.com>
pull/11527/head
Pavel Busko 3 years ago
parent 51f270d3a0
commit 91ca21615f
No known key found for this signature in database
GPG Key ID: 2C9A6307F7BEF73E

@ -12,5 +12,5 @@ dependencies:
repository: "file://../subchart"
import-values:
- child: subchart
parent: subchart
parent: fromsubchart

@ -1,2 +1,2 @@
metadata:
name: {{ .Values.subchart.name | lower }}
name: {{ .Values.fromsubchart.name | lower }}

Loading…
Cancel
Save