Skip to content

Commit

Permalink
resolved issues
Browse files Browse the repository at this point in the history
Signed-off-by: Atif Ali <[email protected]>
  • Loading branch information
aali309 committed Oct 30, 2024
1 parent 066c1fc commit 00d8245
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/developer-guide/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,7 @@ git switch -c MY_BRANCH

#### Building and testing locally

To run the operator locally against a k8s cluster on your machine first you need to fetch dependencies:
``` bash
go mod tidy
go mod vendor
```

Then invoke the following make target:
To run the operator locally on your machine (outside a container), invoke the following make target:

``` bash
make install run
Expand Down Expand Up @@ -150,7 +144,7 @@ kubectl apply -f <path_to_yaml_file>
```
For configuring specific properties based on the use case, you can look at the entire list of the configurable properties [here.](https://argocd-operator.readthedocs.io/en/latest/reference/argocd/)

### Build and Verify ArgoCD Operator Docs
### Build and Verify Argo CD Operator Docs

**Note**: Please note that you need to have `Python3` Installed as a prerequisite.

Expand Down

0 comments on commit 00d8245

Please sign in to comment.