Skip to content

Commit

Permalink
Merge pull request #532 from Ankit152/patch-fix
Browse files Browse the repository at this point in the history
Adding new enum 'fast' for rhods recent annotation changes
  • Loading branch information
Ajpantuso authored Nov 28, 2023
2 parents 9dabd8a + 39a12ff commit d38adc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/validator/am0001/default_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ func (d *DefaultChannel) isPartOfEnum(defaultChannel string) validator.Result {
"stable": {},
"edge": {},
"rc": {},
"fast": {},
}
if _, ok := enum[defaultChannel]; !ok {
msg := fmt.Sprintf("The defaultChannel '%v' is not part of the accepted values: alpha, beta, stable, edge or rc.", defaultChannel)
Expand Down

0 comments on commit d38adc0

Please sign in to comment.