From dc57e74cb48ba4cda55a91fb999475a08e86fab6 Mon Sep 17 00:00:00 2001 From: Adam Janikowski Date: Mon, 6 Apr 2020 08:25:44 +0200 Subject: [PATCH] [Typo] Fix typo in DOC --- docs/design/rotating.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`