diff --git a/docs/concepts/overview/working-with-objects/annotations.md b/docs/concepts/overview/working-with-objects/annotations.md index e0b8443253..6fc07236eb 100644 --- a/docs/concepts/overview/working-with-objects/annotations.md +++ b/docs/concepts/overview/working-with-objects/annotations.md @@ -19,10 +19,14 @@ include characters not permitted by labels. Annotations, like labels, are key/value maps: - "annotations": { - "key1" : "value1", - "key2" : "value2" - } +```json +"metadata": { + "annotations": { + "key1" : "value1", + "key2" : "value2" + } +} +``` Here are some examples of information that could be recorded in annotations: