From 27cb603a4f9e3839084117bc55e4179a649e33e5 Mon Sep 17 00:00:00 2001 From: peefy Date: Wed, 25 Oct 2023 14:44:05 +0800 Subject: [PATCH] docs: add description for set-annotation packages Signed-off-by: peefy --- set-annotations/kcl.mod | 1 + 1 file changed, 1 insertion(+) diff --git a/set-annotations/kcl.mod b/set-annotations/kcl.mod index 1dcf80ec..e94d29f7 100644 --- a/set-annotations/kcl.mod +++ b/set-annotations/kcl.mod @@ -1,3 +1,4 @@ [package] name = "set-annotations" version = "0.1.0" +description = "`set-annotations` is a kcl mutation package, which can be used to add `metadata.annotations` attributes for the Kubernetes resources."