Merge pull request #8676 from GabyCT/topic/fixins

tests: k8s: Fix indentation in setup script
This commit is contained in:
GabyCT 2023-12-14 13:57:47 -06:00 committed by GitHub
commit 4a49dd73db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}