Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
minhthong582000 authored Nov 4, 2024
1 parent 052e579 commit 7c655a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gitops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kubectl apply -Rf deploy/crds
Apply example CR:

```bash
kubectl apply -Rf deploy/example
kubectl apply -Rf example/application.yaml
```

Run the controller:
Expand All @@ -42,5 +42,5 @@ go run main.go run \
Or you can run the controller in Kubernetes:

```bash
kubectl apply -Rf deploy
kubectl apply -Rf deploy/gitops-controller
```

0 comments on commit 7c655a7

Please sign in to comment.