You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tasks/kubernetes_describer.yaml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,8 @@ run_schedule:
19
19
"integrations_query": "SELECT i.*, c.secret FROM platform_integrations AS i LEFT JOIN platform_integrations_credentials AS c ON i.integration_id = c.integration_id WHERE i.integration_type = 'kubernetes' AND c.secret IS NOT NULL;"
20
20
"resource_types_query": "SELECT * FROM platform_integration_resource_types WHERE integration_type = 'kubernetes';"
21
21
frequency: "1d"
22
+
- id: "describe-resource"
23
+
params:
24
+
"integrations_query": "SELECT i.*, c.secret FROM platform_integrations AS i LEFT JOIN platform_integrations_credentials AS c ON i.integration_id = c.integration_id WHERE i.integration_type = 'kubernetes' AND c.secret IS NOT NULL;"
25
+
"resource_types_query": "SELECT * FROM platform_integration_resource_types WHERE integration_type = 'kubernetes' AND resource_type='Kubernetes/Resource';"
0 commit comments