Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham authored Jul 30, 2024
1 parent 24f88dd commit ed3e407
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ Add ArgocdUser CRD to be able to create static ArgoCD user for each argocduser.
Also, it creates ArgoCD project based on lables you have on the namespaces.

## Instructions
```

Here is the ArgoCD user created using operator:

```yaml
apiVersion: argocd.snappcloud.io/v1alpha1
kind: ArgocdUser
metadata:
Expand All @@ -23,6 +26,7 @@ spec:
- user1
- user2
```
### Development
* `make generate` update the generated code for that resource type.
Expand Down

0 comments on commit ed3e407

Please sign in to comment.