Skip to content

Commit

Permalink
Merge pull request RedHatInsights#1436 from astrozzc/skip
Browse files Browse the repository at this point in the history
[RHCLOUD-37158] Revert "Temporary skipping running import jobs"
  • Loading branch information
astrozzc authored Jan 14, 2025
2 parents 460f93e + ff303aa commit 1873fb6
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions deploy/rbac-clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,13 +600,12 @@ objects:
podSpec:
image: quay.io/cloudservices/rbac:latest
command:
- ls
# - /opt/rbac/rbac/manage.py
# - import_tenant_user_data
# - --start_line
# - ${USER_ID_POPULATOR_START_LINE}
# - --batch_size
# - ${USER_ID_POPULATOR_BATCH_SIZE}
- /opt/rbac/rbac/manage.py
- import_tenant_user_data
- --start_line
- ${USER_ID_POPULATOR_START_LINE}
- --batch_size
- ${USER_ID_POPULATOR_BATCH_SIZE}
env: &job_common_env_vars
- name: APP_NAMESPACE
valueFrom:
Expand Down Expand Up @@ -762,11 +761,10 @@ objects:
podSpec:
image: quay.io/cloudservices/rbac:latest
command:
- ls
# - /opt/rbac/rbac/manage.py
# - seeds
# - --roles
# - --force-create-relationships
- /opt/rbac/rbac/manage.py
- seeds
- --roles
- --force-create-relationships
resources:
limits:
cpu: 300m
Expand All @@ -791,9 +789,8 @@ objects:
podSpec:
image: quay.io/cloudservices/rbac:latest
command:
- ls
# - /opt/rbac/rbac/manage.py
# - import_service_account_data
- /opt/rbac/rbac/manage.py
- import_service_account_data
env: *job_common_env_vars
resources:
limits:
Expand Down

0 comments on commit 1873fb6

Please sign in to comment.