Skip to content

Commit

Permalink
Re-add comma
Browse files Browse the repository at this point in the history
  • Loading branch information
VariableDeclared committed Mar 27, 2024
1 parent 9244088 commit c6fbc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage_manifests.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __call__(self) -> Optional[AnyResource]:
metadata=dict(name=storage_name),
provisioner="cinder.csi.openstack.org",
reclaimPolicy="Delete",
volumeBindingMode="WaitForFirstConsumer"
volumeBindingMode="WaitForFirstConsumer",
)
)

Expand Down

0 comments on commit c6fbc5d

Please sign in to comment.