Suleiman Dibirov

Results 125 comments of Suleiman Dibirov

@gjenkins8 > it is entirely possible for users to push a new chart under the same version; is it a valid action? should we support it? I think we should...

Hi, try to deploy the chart without skaffold, does it work? It's probably the helm's issue, because skaffold calls the helm binary installed on the host machine https://skaffold.dev/docs/deployers/helm/

@mister-ben @gkatsev hi! Is there anything I can do to push the changes?)

It's not a bug, it comes from the yaml specification https://yaml.org/type/bool.html

Helm uses https://github.com/kubernetes-sigs/yaml which is fork of https://github.com/go-yaml and the package has issue https://github.com/go-yaml/yaml/issues/214

as a workaround, you can wrap the keys with quotas: ``` "y": 111 "n": 222 ```

@BabisK hi! What changes should I review if you rewrote the commit?

> @idsulik You are right. I'm still learning the processes of this repo. It's a bad idea to rewrite commits when contributing to open source projects or just working with...

@plumpy hi! could you please check it?