Update main.go
Co-authored-by: Yusuke Kuoka <ykuoka@gmail.com> Signed-off-by: Grégory SANCHEZ <gregory.sanchez@icloud.com>
This commit is contained in:
parent
62747378ca
commit
3978767ca7
2
main.go
2
main.go
|
|
@ -443,7 +443,7 @@ func main() {
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "validate",
|
Name: "validate",
|
||||||
Usage: "validate your manifests against the Kubernetes cluster you are currently pointing at. Note that this requiers access to a Kubernetes cluster to obtain information necessary for validating, like the list of available API versions",
|
Usage: "ADVANCED CONFIGURATION: When sync is going to involve helm-template as a part of the "chartify" process, it might fail due to missing .Capabilities. This flag makes instructs helmfile to pass --validate to helm-template so it populates .Capabilities and validates your manifests against the Kubernetes cluster you are currently pointing at. Note that this requiers access to a Kubernetes cluster to obtain information necessary for validating, like the list of available API versions",
|
||||||
},
|
},
|
||||||
cli.BoolFlag{
|
cli.BoolFlag{
|
||||||
Name: "wait",
|
Name: "wait",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue