Skip to content

Commit

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

0 comments on commit ba7f083

Please sign in to comment.