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 <vasily.oleynikov@flant.com>
Signed-off-by: Aleksandr Stefurishin <aleksandr.stefurishin@flant.com>
  • Loading branch information
duckhawk authored and astef committed Feb 13, 2025
1 parent 3bd733e commit 218693c
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 218693c

Please sign in to comment.