josh-bitovi
josh-bitovi
Hello, thanks for making this awesome project! I've made a small UI patch. I noticed if I have a lot of feedback boards, the nav overflows and I need to...
https://github.com/bitovi/bitops/issues/105 talks a bit about adding an env generator for existing projects (could hook into what already exists). It'd be cool to demo this with a blog post when it's...
**Problem**: it's error-prone to test bitops changes locally and difficult to test any helm changes locally for sufficiently complex helm projects and most bitops scripts. **Solution**: add minikube as a...
There are times when it's useful to have multiple (configurable) levels of inheritance between environments. For example if you want a staging environment that inherits from default (as per usual)...
It'd be helpful to be able to diff environments... that may inherit from other environments (e.g. helm's _default setup) Spun off from https://github.com/bitovi/bitops/issues/105
- @TheDarkula suggested `bats` - Spun off from [this ticket](https://github.com/bitovi/bitops/issues/105)
When we get lots of inheritance and charts/values/secrets changing at once, it'd be nice to see what's actually going to change before approving the merge/deploy. Terraform supports this with `terraform...