Shane Starcher
Shane Starcher
@maxgutman any input?
@antoinedeschenes that does not really seem feasible to me. Example * K8S 1.23 * Helm 3.8.0 Helm lint will still respond with `batch/v1beta1 CronJob is deprecated in v1.21+, unavailable in...
Can we stop making this as stale?
I was under the incorrect assumption that values that were outside of docker-compose were flags, but after closer inspection it looks like the only flag is --replicas. The values in...
I think the confusion between the above discussions comes down to the restartPolicy vs `kubectl run` For version >= 1.3 Always creates a Deployment OnFailure creates a Job Never creates...
Please keep this open
Would it make sense to add a `helmfile lint` similar to `helm lint`. That could do validating and maybe other checking?
@osterman Agreed I was thinking we needed a command to output a generated helmfile. We could either treat this as a part of `lint`. `helmfile lint --generate` or as a...
so `helmfile sync --dry-run` would not do `helm upgrade --install --dry-run`
It seems reasonable for people to want to dry-run the helmfile without having a helm server.