Skip to content

Commit

Permalink
Adjust doku, as there is a public image now
Browse files Browse the repository at this point in the history
  • Loading branch information
4ch3los committed Sep 24, 2024
1 parent f4cadd3 commit e3c14a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ We have a Helm Chart to deploy the bridge, which can be found [here](https://git
#### Docker

If you want to decouple this bridge from your kubernetes infrastructure or just want a quick dev/test environment, this also possible.
At the moment we dont provide a public docker image, so you need to [build it yourself](#docker-image). Afterwards you can run it in your container environment for example docker:
If you dont wont to use the public image, you can [build it yourself](#docker-image). Afterwards you can run it in your container environment for example docker:

> docker run -v $HOME/.kube/config:/etc/kubeconfig -e KUBECONFIG=/etc/kubeconfig [image]
> docker run -v $HOME/.kube/config:/etc/kubeconfig -e KUBECONFIG=/etc/kubeconfig ghcr.io/svalabs/kubermatic-argocd-bridge:[version]

### Anywhere else

It is possible to run this bridge anywhere outside kubernetes/containers by just running the compiled binary and
providing it with kubeapi access for KKP and ArgoCD

You can obtain the binary by [building it yourself](#raw-binary) and we will publish build binaries in the future.
You can obtain the binary by [building it yourself](#raw-binary) or download if from the [releases](https://github.com/svalabs/kubermatic-argocd-bridge/releases).
After that, you can run the binary with the required [parametes](#parameters)

### Parameters
Expand Down

0 comments on commit e3c14a3

Please sign in to comment.