From 264b54993abc182fff109cf1dcdedf453fe16a82 Mon Sep 17 00:00:00 2001 From: Ahmed Agabani <70949530+ahmed-agabani-snyk@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:21:53 +0100 Subject: [PATCH] chore: update metadata --- scripts/circleci-jobs/deploy_to_dev.sh | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/scripts/circleci-jobs/deploy_to_dev.sh b/scripts/circleci-jobs/deploy_to_dev.sh index 979405a10..63d23f0e7 100755 --- a/scripts/circleci-jobs/deploy_to_dev.sh +++ b/scripts/circleci-jobs/deploy_to_dev.sh @@ -43,11 +43,12 @@ workers: count: 5 metadata: + annotations: + github.com/project-slug: snyk/kubernetes-monitor + github.com/team-slug: snyk/container-integration labels: $SNYK_OWNER_LABEL_KEY: $SNYK_OWNER_LABEL_VALUE $SNYK_LOG_DEST_LABEL_KEY: $SNYK_LOG_DEST_LABEL_VALUE - annotations: - github.com/project-slug: snyk/kubernetes-monitor EOF @@ -75,11 +76,13 @@ workers: count: 5 metadata: +metadata: + annotations: + github.com/project-slug: snyk/kubernetes-monitor + github.com/team-slug: snyk/container-integration labels: $SNYK_OWNER_LABEL_KEY: $SNYK_OWNER_LABEL_VALUE $SNYK_LOG_DEST_LABEL_KEY: $SNYK_LOG_DEST_LABEL_VALUE - annotations: - github.com/project-slug: snyk/kubernetes-monitor EOF