Vladislav

Results 2 comments of Vladislav

@zuzzas I think this merge needs tests cuz i don't use this version. `helm template` seems legit, but I would like to you check this on your side

You can write it by yourself. It's simply Adding cli.StringFlag while initialize ``` &cli.StringFlag{ Name: "timeout", Value: 0, Usage: "Record time in seconds. By default 0 (infitiny)", EnvVars: []string{"VR_TIMEOUT"}, },...