Skip to content

Commit

Permalink
fix subject for python profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
aantn committed Aug 17, 2021
1 parent 8939898 commit d77e742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/pod_troubleshooting.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def python_profiler(event: ManualTriggerEvent):
subject=FindingSubject(
pod.metadata.name,
FindingSubjectType.TYPE_POD,
pod.spec.nodeName,
pod.metadata.namespace,
),
)

Expand Down

0 comments on commit d77e742

Please sign in to comment.