From 52f3aca22d2abb44022443cc32cb119e458d4b3e Mon Sep 17 00:00:00 2001 From: Umanga Chapagain Date: Thu, 15 Oct 2020 09:13:39 +0530 Subject: [PATCH] Updated description for commonannotations --- .../api-reference/kustomization/commonannotations/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/en/api-reference/kustomization/commonannotations/_index.md b/site/content/en/api-reference/kustomization/commonannotations/_index.md index 957023834..fe27b2155 100644 --- a/site/content/en/api-reference/kustomization/commonannotations/_index.md +++ b/site/content/en/api-reference/kustomization/commonannotations/_index.md @@ -3,10 +3,10 @@ title: "commonAnnotations" linkTitle: "commonAnnotations" type: docs description: > - Add annotations to add all resources. + Add annotations to all resources. --- -Add annotations to all resources. If the annotation key already is present on the resource, +Add annotations to all resources. If the annotation key is already present on the resource, the value will be overridden. ```yaml