Skip to content

Commit

Permalink
dividing 404
Browse files Browse the repository at this point in the history
Signed-off-by: Katharina Trentau <[email protected]>
  • Loading branch information
fraugabel committed Nov 18, 2024
1 parent e98f92d commit e8798a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ def check_default_storageclass(k8s_client_storage):
for item in storageclasses["items"]
if item["metadata"]["annotations"].get(
"storageclass.kubernetes.io/is-default-class"
)
== "true"
) == "true"
]
if len(defaults) != 1:
names = ", ".join(item[0] for item in defaults)
Expand Down

0 comments on commit e8798a8

Please sign in to comment.