Chris Capell
Chris Capell
Idea: Each plugin will require a validate script (called validate or startup) in the plugin folder. When BitOps starts, we iterate through each folder and run each script. It could...
Store the docker images created for BitOps on GitHub and Docker Hub Images pushed to both locations with the same tags Use GitHub images for GitHub based workflows
Right now the ops repo is geared towards a single application. By adding a new optional layer (application) and passing in the application and environment we can have multiple applications...
helm has a flag -n, --namespace where the chart will be installed in the specified namespace. By specifying this as a CLI instead of inside the chart, you can create...