mirror of https://github.com/helm/helm
To make the install comand consistent with upgrade comand when handling errors Signed-off-by: Stephane Moser <moser.sts@gmail.com>pull/9180/head
parent
4bc901c95f
commit
101370af3d
@ -1 +1 @@
|
||||
Error: validation: chart.metadata.type must be application or library
|
||||
Error: INSTALLATION FAILED: validation: chart.metadata.type must be application or library
|
||||
|
@ -0,0 +1 @@
|
||||
Error: INSTALLATION FAILED: validation: chart.metadata.type must be application or library
|
@ -1,4 +1,4 @@
|
||||
Error: values don't meet the specifications of the schema(s) in the following chart(s):
|
||||
Error: INSTALLATION FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
|
||||
empty:
|
||||
- age: Must be greater than or equal to 0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Error: values don't meet the specifications of the schema(s) in the following chart(s):
|
||||
Error: INSTALLATION FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
|
||||
subchart-with-schema:
|
||||
- age: Must be greater than or equal to 0
|
||||
|
||||
|
@ -0,0 +1 @@
|
||||
Error: validation: chart.metadata.type must be application or library
|
Loading…
Reference in new issue