Skip to content

Commit

Permalink
apply immutable values back and update description status
Browse files Browse the repository at this point in the history
  • Loading branch information
dixudx committed Aug 9, 2021
1 parent 0f112be commit 4c167d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/v1alpha1/description.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const (
type DescriptionPhase string

const (
DescriptionPhasePending DescriptionPhase = "Pending"
DescriptionPhaseSuccess DescriptionPhase = "Success"
DescriptionPhaseFailure DescriptionPhase = "Failure"
)
Expand Down

0 comments on commit 4c167d2

Please sign in to comment.