Skip to content

Commit

Permalink
Add analyzer to check default storage class (#94)
Browse files Browse the repository at this point in the history
* add storage class analyzer

* added default storage analyzer

* uri uncommented
  • Loading branch information
5hubh49 authored Jul 1, 2024
1 parent f359506 commit c899638
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions in-cluster/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,10 @@ spec:
- pass:
when: "true"
message: https://replicated.app host is healthy
- storageClass:
checkName: Check for default storage class
outcomes:
- fail:
message: No default storage class found
- pass:
message: Default storage class found

0 comments on commit c899638

Please sign in to comment.