Skip to content

Commit 14e87c2

Browse files
committed
pr changes
1 parent f01174e commit 14e87c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/robusta_playbooks/kubectl_enrichments.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class KubectlParams(PodRunningParams):
2424
:var timeout: The maximum time (in seconds) to wait for the kubectl command to complete. Default is 3600 seconds.
2525
"""
2626

27-
command: str = None # type: ignore
27+
command: str = None
2828
description: str = None
2929
timeout: int = 3600
3030

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

0 commit comments

Comments
 (0)