Luke Swithenbank

Results 32 comments of Luke Swithenbank

This is something I think should be put on the main documentation. It seems it doesn't say anywhere that conform doesn't work out of the box with `mix run --no-halt`.

why not use something like [viper](https://github.com/spf13/viper)? It's a global registry for your configuration. You can define your own configuration structs in each package and then simply rely on viper to...

This would be extremely helpful

ah right. Just create a JSON Patch and then use that to edit the build.

I’d say, take the same flow that `kubectl apply -f —prune ` takes. Selectors wouldn’t work for this feature. Any charts not referenced in helmfile.d would be deleted.

The only trouble with it being “prune” is that it implies that it won’t create new releases. This command should just “sync” the exact helm charts you have to a...

I’m actually happy for you guys to hash out this feature. The only use case is that I’d like CD for my helm configurations and using a helmfile is easily...

So with regards to the struct, it's actually a generic Status https://github.com/kubernetes/apimachinery/blob/master/pkg/api/errors/errors.go#L40 Here is the main use case: To determine if a job exists, I need to look the job...