From f7e4d86429befbded2fa2db41490ce3fed998754 Mon Sep 17 00:00:00 2001 From: "v.oleynikov" Date: Thu, 3 Oct 2024 16:54:03 +0300 Subject: [PATCH] [internal] Fix possible labels miss Signed-off-by: v.oleynikov --- hooks/convert_bd_names_to_selector.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/convert_bd_names_to_selector.py b/hooks/convert_bd_names_to_selector.py index 1e7595fa..f96a0176 100755 --- a/hooks/convert_bd_names_to_selector.py +++ b/hooks/convert_bd_names_to_selector.py @@ -253,6 +253,7 @@ def main(ctx: hook.Context): 'name': lvg['metadata'][ 'name'], + 'labels': {}, 'finalizers': lvg['metadata'][ 'finalizers']},