Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now it works not correct. ```Helm set_list { name = "tink.controller.args" value = ["--log-level=1"] # debug } ``` Resulted pod: ```yaml args: - '--namespace=tink-system - --log-level=1' ``` Signed-off-by: Zubarev Alexander <[email protected]>
- Loading branch information