tests: k8s: Fix indentation in setup script

This PR fixes the indentation of the kubernetes setup script.

Fixes #8675

Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
Gabriela Cervantes
2023-12-14 16:26:22 +00:00
parent c7c7632203
commit c92b14da97

View File

@@ -66,7 +66,6 @@ add_kernel_initrd_annotations_to_yaml() {
echo "k8s resource type ${resource_kind} from ${yaml_file} is not yet supported for kernel and initrd annotations testing"
return 1
;;
esac
}