Skip to content

Commit 8661fb2

Browse files
authored
[Typo] Fix typo in DOC (#545)
1 parent 99770ce commit 8661fb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design/rotating.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Rotation of ArangoDeployment Pods can be triggered by Pod deletion or by annotat
66

77
Using annotation Pods gonna be rotated one-by-one which will keep cluster alive.
88

9-
Key: `deployment.arangodb.com/rotation`
9+
Key: `deployment.arangodb.com/rotate`
1010
Value: `true`
1111

1212
To rotate ArangoDeployment Pod kubectl command can be used:
13-
`kubectl annotate pod arango-pod deployment.arangodb.com/rotation=true`
13+
`kubectl annotate pod arango-pod deployment.arangodb.com/rotate=true`

0 commit comments

Comments
 (0)