The example Bazel project to demonstrate Bazel GitOps Rules use:
- WORKSPACE -- the minimal workspace setup file
- helloworld -- the minimal Go application with
k8s_deploymanifests
All following commands assume that /examples is the current directory.
bazel test //...
bazel run //helloworld:mynamespace.show