diff --git a/docs/design/rotating.md b/docs/design/rotating.md index 2cd7a1591..bffc003c6 100644 --- a/docs/design/rotating.md +++ b/docs/design/rotating.md @@ -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` \ No newline at end of file +`kubectl annotate pod arango-pod deployment.arangodb.com/rotate=true`