Skip to content

Commit cd9101e

Browse files
committed
Typos
1 parent 177c679 commit cd9101e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/design/dashboard.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The goal of the operator dashboard is to simplify this inspection process.
99

1010
The deployment operator dashboard provides:
1111

12-
- A status overview of all `ArangoDeployment` it controls
12+
- A status overview of all `ArangoDeployments` it controls
1313
- A status overview of all resources created by the operator (for an `ArangoDeployment`)
1414
- Run the arangoinspector on deployments
1515
- Instructions for upgrading deployments to newer versions
@@ -34,7 +34,7 @@ will be included in its list of endpoints.
3434

3535
### Exposing the dashboard
3636

37-
By default `Service` that selects the leading operator instance is not exposed outside the Kubernetes cluster.
37+
By default the `Service` that selects the leading operator instance is not exposed outside the Kubernetes cluster.
3838
Users must use `kubectl expose service ...` to add additional `Services` of type `LoadBalancer`
3939
or `NodePort` to expose the dashboard if and how they want to.
4040

@@ -50,12 +50,12 @@ a secure deployment.
5050

5151
### Authentication
5252

53-
The dashboard requires a username+password to gain access, unless it is started with a option to disable authentication.
54-
This username+password pair is stored in standard basic authentication `Secret` in the Kubernetes cluster.
53+
The dashboard requires a username+password to gain access, unless it is started with an option to disable authentication.
54+
This username+password pair is stored in a standard basic authentication `Secret` in the Kubernetes cluster.
5555

5656
### Frontend technology
5757

58-
The frontend part of the dashboard will be build with React.
58+
The frontend part of the dashboard will be built with React.
5959
This aligns with future developments in the context of the web-UI of the database itself.
6060

6161
### Backend technology

0 commit comments

Comments
 (0)