Skip to content

Commit

Permalink
fix: highlights for badges (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrCherry97 authored Jun 25, 2024
1 parent 693fb55 commit 20733b1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/serverless/templates/busola-serverless-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,14 @@ data:
highlights:
positive:
- RUNNING
negative:
- FAILED
- ERROR
informative:
- INITIALIZING
critical:
- DEPLOYING
- BUILDING
- PENDING
- FAILED
- ERROR
source: >-
($.status = undefined or $.status.conditions = undefined or
$count($.status.conditions) = 0) ? 'INITIALIZING' :
Expand Down Expand Up @@ -454,15 +453,14 @@ data:
highlights:
positive:
- RUNNING
negative:
- FAILED
- ERROR
informative:
- INITIALIZING
critical:
- DEPLOYING
- BUILDING
- PENDING
- FAILED
- ERROR
source: >-
($.status = undefined or $.status.conditions = undefined or
$count($.status.conditions) = 0) ? 'INITIALIZING' :
Expand Down

0 comments on commit 20733b1

Please sign in to comment.