Skip to content

Commit

Permalink
Do not inject system_project
Browse files Browse the repository at this point in the history
- Now the check is done on each spoke
  • Loading branch information
pehala committed Nov 22, 2023
1 parent 5ddad9b commit 9cbe276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/config/openshift_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def load(obj, env=None, silent=True, key=None, filename=None):
obj["tools"] = tools

service_protection = obj.setdefault("service_protection", {})
inject_client(service_protection, client, "system_project")
# inject_client(service_protection, client, "system_project")
inject_client(service_protection, client, "project")
inject_client(service_protection, client, "project2")

Expand Down

0 comments on commit 9cbe276

Please sign in to comment.