Skip to content

Commit

Permalink
[internal] Fix possible labels miss (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk authored Oct 3, 2024
1 parent b7bd55f commit a52f1f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/convert_bd_names_to_selector.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,7 @@ def main(ctx: hook.Context):
'name':
lvg['metadata'][
'name'],
'labels': {},
'finalizers':
lvg['metadata'][
'finalizers']},
Expand Down

0 comments on commit a52f1f4

Please sign in to comment.