Skip to content

Commit

Permalink
fix after review: deprecate field
Browse files Browse the repository at this point in the history
Signed-off-by: Andrii Perenesenko <andrii.perenesenko@gmail.com>
  • Loading branch information
perenesenko committed Aug 30, 2022
1 parent 5fef2dc commit f542ed2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/ingress/ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const (
// CanaryIngressSuffix is the name suffix all canary ingresses created by the rollouts controller will have
CanaryIngressSuffix = "-canary"
// ManagedActionsAnnotation holds list of ALB actions that are managed by rollouts
// DEPRECATED in favor of ManagedAnnotations
ManagedActionsAnnotation = "rollouts.argoproj.io/managed-alb-actions"
// ManagedAnnotations holds list of ALB annotations that are managed by rollouts supports multiple annotations
ManagedAnnotations = "rollouts.argoproj.io/managed-alb-annotations"
Expand Down

0 comments on commit f542ed2

Please sign in to comment.