From 7a18f66e4da99b79ea895502d81a45d0c6234c96 Mon Sep 17 00:00:00 2001 From: Quan Zhang Date: Mon, 16 Jan 2023 11:12:49 -0500 Subject: [PATCH] Apply label_sync to tektoncd-catalog org Part of [tektoncd-catalog#3][#3]. This commit adds the `tektoncd-catalog` org to the `orgs` parameter of label syncer so that the `tektoncd-catalog` org can automatically maintain the labels as `tektoncd`. There is no change to the `labels.yaml` file itself. [#3]: https://github.com/tektoncd-catalog/.github/issues/3 --- label_sync/cluster/label_sync_cron_job.yaml | 2 +- label_sync/cluster/label_sync_job.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/label_sync/cluster/label_sync_cron_job.yaml b/label_sync/cluster/label_sync_cron_job.yaml index a00d29af5..776b20426 100644 --- a/label_sync/cluster/label_sync_cron_job.yaml +++ b/label_sync/cluster/label_sync_cron_job.yaml @@ -18,7 +18,7 @@ spec: args: - --config=/etc/config/labels.yaml - --confirm=true - - --orgs=tektoncd + - --orgs=tektoncd,tektoncd-catalog - --token=/etc/github/bot-token volumeMounts: - name: oauth diff --git a/label_sync/cluster/label_sync_job.yaml b/label_sync/cluster/label_sync_job.yaml index 0993de276..fba068177 100644 --- a/label_sync/cluster/label_sync_job.yaml +++ b/label_sync/cluster/label_sync_job.yaml @@ -13,7 +13,7 @@ spec: args: - --config=/etc/config/labels.yaml - --confirm=true - - --orgs=tektoncd + - --orgs=tektoncd,tektoncd-catalog - --token=/etc/github/bot-token - --debug=true volumeMounts: