Skip to content

Commit

Permalink
docs: fix small typos in README and dex doc (#666)
Browse files Browse the repository at this point in the history
Signed-off-by: Hasan Cetiner <[email protected]>
  • Loading branch information
hncrio authored Jun 27, 2024
1 parent ea46ee9 commit df6c4d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ spec:

![a relative link](docs/assets/operatorhub-listing.png)

3. Install the operator in the `openshift-gitops-operator` namesapce using the defaults in the wizard, and optionally, select the checkbox to enable cluster monitoring on the namesapce. Wait for it to show up in the list of "Installed Operators". If it doesn't install properly, you can check on its status in the "Installed Operators" tab in the `openshift-gitops-operator` namespace.
3. Install the operator in the `openshift-gitops-operator` namespace using the defaults in the wizard, and optionally, select the checkbox to enable cluster monitoring on the namespace. Wait for it to show up in the list of "Installed Operators". If it doesn't install properly, you can check on its status in the "Installed Operators" tab in the `openshift-gitops-operator` namespace.

![a relative link](docs/assets/installed-operator.png)

4. To validate if the installation was successful, look for the route named `cluster` in the `openshift-gitops` namespace. Note: the namespace doesn't have to exist in advance, the operator creates it for you.

That's it! Your API `route` should be created for you. You don't need to expliclty create any operand/CR.
That's it! Your API `route` should be created for you. You don't need to explicitly create any operand/CR.

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions docs/dex_config_guidance.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:

#### Default access

For versions upto and not including v1.10,
For versions up to and not including v1.10,

- any user (except `kube:admin`) logged into Argo CD using Dex will be a **read-only** user by default.

Expand Down Expand Up @@ -210,4 +210,4 @@ metadata:
name: <argocd-instance-name>
spec:
sso: {}
```
```

0 comments on commit df6c4d9

Please sign in to comment.