Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
Signed-off-by: minhthong582000 <55283557+minhthong582000@users.noreply.github.com>
  • Loading branch information
minhthong582000 committed Jun 3, 2024
1 parent a1ce209 commit ff3d664
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions gitops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ kubectl apply -Rf deploy/example
Run the controller:

```bash
go run main.go \
--kubeconfig ~/.kube/config \
go run main.go run \
-k ~/.kube/config \
-l info
```

Or you can run the controller in Kubernetes:

```bash
kubectl apply -Rf deploy
```

0 comments on commit ff3d664

Please sign in to comment.