Skip to content

Commit b6d53e3

Browse files
committed
CR fixes
1 parent 67875a9 commit b6d53e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/robusta/cli/playbooks_cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def push(
3333
):
3434
"""Load custom playbooks code"""
3535
log_title("Uploading playbooks code...")
36-
with fetch_runner_logs():
36+
with fetch_runner_logs(namespace):
3737
subprocess.check_call(
3838
f"kubectl create configmap -n {namespace} robusta-custom-playbooks --from-file {playbooks_directory} -o yaml --dry-run | kubectl apply -f -",
3939
shell=True,

0 commit comments

Comments
 (0)