Skip to content

Commit

Permalink
fix: tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vampouille committed Sep 19, 2023
1 parent fd352d8 commit 795aeea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The docker container will need to authenticate to the kubernetes. You will need
to share the kubeconfig to the container:

```bash
$ docker run -p 5000:5000 -e KUBECONFIG=/tmp/kubeconfig -v $KUBECONFIG:/tmp/kubeconfig ghcr.io/camptocamp/tetragon-policy-builder:latest
$ docker run -p 5000:5000 -e KUBECONFIG=/tmp/kubeconfig -v $KUBECONFIG:/tmp/kubeconfig ghcr.io/camptocamp/tetragon-policy-builder:master
```

Be sure to cleanup configmap created by the policy builder with:
Expand Down

0 comments on commit 795aeea

Please sign in to comment.