Skip to content

Commit

Permalink
Apply label_sync to tektoncd-catalog org
Browse files Browse the repository at this point in the history
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]: tektoncd-catalog/.github#3
  • Loading branch information
QuanZhang-William authored and tekton-robot committed Jan 17, 2023
1 parent ed5d1e1 commit 7a18f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion label_sync/cluster/label_sync_cron_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion label_sync/cluster/label_sync_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7a18f66

Please sign in to comment.