We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148d908 commit b1d02b4Copy full SHA for b1d02b4
capi_janitor/openstack/operator.py
@@ -34,7 +34,8 @@
34
# The property on the OpenStack volume resource which, if set to 'true',
35
# will instruct the Janitor to ignore this volume when cleaning up cluster
36
# resources.
37
-OPENSTACK_USER_VOLUMES_RECLAIM_PROPERTY="janitor.capi.azimuth-cloud.com/keep"
+OPENSTACK_USER_VOLUMES_RECLAIM_PROPERTY = "janitor.capi.azimuth-cloud.com/keep"
38
+
39
40
@kopf.on.startup()
41
async def on_startup(**kwargs):
0 commit comments