forked from infra/ansible
Fix the openshift user id in badges
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
3731a63a13
commit
ea82ea2c9a
1 changed files with 2 additions and 2 deletions
|
|
@ -12,5 +12,5 @@ badges_award_cronjobs:
|
|||
schedule: "40 2 * * 3"
|
||||
- name: badges-dev
|
||||
schedule: "40 2 * * 4"
|
||||
# oc describe project/fedora-packages-static | grep supplemental-groups
|
||||
openshift_user_id: 1000840000
|
||||
# oc describe project/badges | grep supplemental-groups
|
||||
openshift_user_id: "{{ (env == 'production')|ternary(1001000000, 1000980000) }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue