From b6bd390c9449f731cd772ab1e2e8086ba1d537a4 Mon Sep 17 00:00:00 2001 From: Dao Lam Date: Tue, 21 Nov 2017 11:19:58 -0800 Subject: [PATCH] fix: add docs for resource annotations --- docs/user-guide/configuration/index.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/configuration/index.md b/docs/user-guide/configuration/index.md index 66ea9f16..51dc58a0 100644 --- a/docs/user-guide/configuration/index.md +++ b/docs/user-guide/configuration/index.md @@ -26,7 +26,9 @@ You can access information about properties by hovering over the property name. addresses: [test@email.com, test2@email.com] statuses: [SUCCESS, FAILURE] annotations: - beta.screwdriver.cd/my-annotation: my-data + beta.screwdriver.cd/my-cluster-annotation: my-data + beta.screwdriver.cd/executor: k8s-vm + beta.screwdriver.cd/resource: HIGH jobs: main: requires: [~pr, ~commit, ~sd@123:main] @@ -81,7 +83,15 @@ You can access information about properties by hovering over the property name. + +