Skip to content

Commit

Permalink
fix kubectl command
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jan 5, 2025
1 parent d0bc10c commit 2a1b8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/robusta_playbooks/kubectl_enrichments.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def kubectl_command(event: ExecutionBaseEvent, params: KubectlParams):
"""

subject = event.get_subject()
formatted_kubectl_command = format_event_templated_string(subject, params.kubectl_command)
formatted_kubectl_command = format_event_templated_string(subject, params.command)
logging.warning(f"{formatted_kubectl_command}")

spec = PodSpec(
Expand Down

0 comments on commit 2a1b8b8

Please sign in to comment.