Skip to content

Commit

Permalink
Don't set danger if exposed through binding
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha committed Sep 14, 2024
1 parent 0b5d52f commit aa8bfca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
{{ $status := .spec.facilities.exposed.usage }}
{{ $color := "info" }}
{{ if eq $status "Used" }}
{{ $color = "danger" }}
{{ $color = "warning" }}
{{ else if eq $status "Unused" }}
{{ $color = "success" }}
{{ else if eq $status "Unknown" }}
Expand Down

0 comments on commit aa8bfca

Please sign in to comment.