Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kured: remove extra quotes from annotation
Remove extra quotes from annotation kured lock annotation. Before this patch, the annotation created would look like: ``` weave.works/kured-node-lock: '''{"nodeID":"manual"}''' ``` With this patch, the annotation looks like: ``` weave.works/kured-node-lock: '{"nodeID":"manual"}' ``` (cherry picked from commit 4403054)
- Loading branch information