This repository was archived by the owner on May 28, 2021. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ make push
18
18
The resulting tag for the container image will be named as the agent version
19
19
in the format of ` $USER-TIMESTAMP ` . This will need to be remembered as this is
20
20
needed for a latter step or can be exported as the ` $MYSQL_AGENT_VERSION `
21
- envrionment variable.
21
+ environment variable.
22
22
23
23
## Create a namespace
24
24
@@ -54,8 +54,8 @@ development purposes.
54
54
$ make run-dev
55
55
```
56
56
57
- If you did not set an envrionment variable previously, prefix this command with
58
- ` MYSQL_AGENT_VERSION= ` followed by the $USER-TIMESTAMP fortmatted version.
57
+ If you did not set an environment variable previously, prefix this command with
58
+ ` MYSQL_AGENT_VERSION= ` followed by the $USER-TIMESTAMP formatted version.
59
59
60
60
## Creating an InnoDB cluster
61
61
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Some aspects of the MySQL Operator can be configured via:
10
10
When applicable, a commandline parameter will override the equivalent config
11
11
map parameter.
12
12
13
- Most of the time it should not be neccessary to supply any specific
13
+ Most of the time it should not be necessary to supply any specific
14
14
configuration and the operator will use sensible defaults when required
15
15
values are not specified.
16
16
You can’t perform that action at this time.
0 commit comments