We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67875a9 commit b6d53e3Copy full SHA for b6d53e3
1 file changed
src/robusta/cli/playbooks_cmd.py
@@ -33,7 +33,7 @@ def push(
33
):
34
"""Load custom playbooks code"""
35
log_title("Uploading playbooks code...")
36
- with fetch_runner_logs():
+ with fetch_runner_logs(namespace):
37
subprocess.check_call(
38
f"kubectl create configmap -n {namespace} robusta-custom-playbooks --from-file {playbooks_directory} -o yaml --dry-run | kubectl apply -f -",
39
shell=True,
0 commit comments