ConfigHub bridge to integrate with FluxCD using external artifacts.
Check ConfigHub Docs to learn how to use this bridge.
The following dependencies are required to setup the local dev environment.
- cub
- kind
- kubectl
- flux
- docker
Start off with creating a worker for the bridge.
cub worker create flux-bridgeRunning dev deploy will create a Kind cluster with Flux installed along with a local build of the flux-bridge. It will also get the worker secret from ConfigHub and create a secret in the cluster.
make dev-deployAfter the setup has run successfully the bridge should be deployed in the confighub namespace.
kubectl -n confighub get pods