Skip to content

Commit b1d02b4

Browse files
committed
Fix formatting
1 parent 148d908 commit b1d02b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

capi_janitor/openstack/operator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
# The property on the OpenStack volume resource which, if set to 'true',
3535
# will instruct the Janitor to ignore this volume when cleaning up cluster
3636
# resources.
37-
OPENSTACK_USER_VOLUMES_RECLAIM_PROPERTY="janitor.capi.azimuth-cloud.com/keep"
37+
OPENSTACK_USER_VOLUMES_RECLAIM_PROPERTY = "janitor.capi.azimuth-cloud.com/keep"
38+
3839

3940
@kopf.on.startup()
4041
async def on_startup(**kwargs):

0 commit comments

Comments
 (0)