Skip to content

Commit

Permalink
disconnected relationship between resources and graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-armah committed Jul 21, 2024
1 parent 7d3e515 commit 0aa56da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion integration/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ def create_resource_entity(resource):
if workload_id:
workload_id = f"{resource['app_id']}/{resource['env_id']}/{workload_id}"
entity["relations"][BLUEPRINT.WORKLOAD] = workload_id
entity["relations"][BLUEPRINT.RESOURCE_GRAPH] = resource["gu_res_id"]
return entity

applications = await self.humanitec_client.get_all_applications()
Expand Down
6 changes: 0 additions & 6 deletions resources/blueprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@
"calculationProperties": {},
"aggregationProperties": {},
"relations": {
"humanitecResourceGraph": {
"title": "Graph",
"target": "humanitecResourceGraph",
"required": false,
"many": false
},
"humanitecWorkload": {
"title": "Humanitec Workload",
"target": "humanitecWorkload",
Expand Down

0 comments on commit 0aa56da

Please sign in to comment.