From 723e84a61886e1517438eca2b20e584f44b85609 Mon Sep 17 00:00:00 2001 From: Moritz Sanft <58110325+msanft@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:15:53 +0100 Subject: [PATCH] fixup! packages/kata-debug-shell: init Co-authored-by: Markus Rudy --- packages/kata-debug-shell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/kata-debug-shell.sh b/packages/kata-debug-shell.sh index 7b12f69cd..86acbffd4 100644 --- a/packages/kata-debug-shell.sh +++ b/packages/kata-debug-shell.sh @@ -20,6 +20,6 @@ sbx_id=$(echo "$container_info" | jq -r '.Spec.annotations."io.kubernetes.cri.sa runtime_class_name=$(echo "$container_info" | jq -r '.Snapshotter' | cut -c7-) kata_runtime="/opt/edgeless/${runtime_class_name}/bin/kata-runtime" -config_file=$(ls -1 "/opt/edgeless/${runtime_class_name}/etc") +config_file=/opt/edgeless/${runtime_class_name}/etc/configuration-*.toml ${kata_runtime} --config "/opt/edgeless/${runtime_class_name}/etc/${config_file}" exec ${sbx_id}