Skip to content

Commit

Permalink
[Typo] Fix typo in DOC (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajanikow authored Apr 6, 2020
1 parent 99770ce commit 8661fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/design/rotating.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Rotation of ArangoDeployment Pods can be triggered by Pod deletion or by annotat

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

Key: `deployment.arangodb.com/rotation`
Key: `deployment.arangodb.com/rotate`
Value: `true`

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

0 comments on commit 8661fb2

Please sign in to comment.