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

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" echo "k8s resource type ${resource_kind} from ${yaml_file} is not yet supported for kernel and initrd annotations testing"
return 1 return 1
;; ;;
esac esac
} }