Skip to content

Commit

Permalink
pr changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Jan 8, 2025
1 parent f01174e commit 14e87c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/robusta_playbooks/kubectl_enrichments.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class KubectlParams(PodRunningParams):
:var timeout: The maximum time (in seconds) to wait for the kubectl command to complete. Default is 3600 seconds.
"""

command: str = None # type: ignore
command: str = None
description: str = None
timeout: int = 3600

Expand Down Expand Up @@ -57,7 +57,7 @@ def kubectl_command(event: ExecutionBaseEvent, params: KubectlParams):
try:
kubectl_response = RobustaJob.run_simple_job_spec(
spec,
f"debug-kubectl-{str(uuid.uuid4())}",
f"robusta-kubectl-command-{str(uuid.uuid4())}",
params.timeout,
custom_annotations=params.custom_annotations,
ttl_seconds_after_finished=43200, # 12 hours
Expand Down

0 comments on commit 14e87c2

Please sign in to comment.