Skip to content

Commit

Permalink
Merge pull request #685 from himanshu-kun/scale-down-disable-during-r…
Browse files Browse the repository at this point in the history
…ollout

Scale down annotation value corrected
  • Loading branch information
unmarshall authored Mar 3, 2022
2 parents 9a51d16 + 8230756 commit 32b950d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/deployment_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ const (
// ClusterAutoscalerScaleDownDisabledAnnotationKey annotation to disable the scale-down of the nodes.
ClusterAutoscalerScaleDownDisabledAnnotationKey = "cluster-autoscaler.kubernetes.io/scale-down-disabled"
// ClusterAutoscalerScaleDownDisabledAnnotationValue annotation to disable the scale-down of the nodes.
ClusterAutoscalerScaleDownDisabledAnnotationValue = "True"
ClusterAutoscalerScaleDownDisabledAnnotationValue = "true"
// ClusterAutoscalerScaleDownDisabledAnnotationByMCMKey annotation to disable the scale-down of the nodes.
ClusterAutoscalerScaleDownDisabledAnnotationByMCMKey = "cluster-autoscaler.kubernetes.io/scale-down-disabled-by-mcm"
// ClusterAutoscalerScaleDownDisabledAnnotationByMCMValue annotation to disable the scale-down of the nodes.
ClusterAutoscalerScaleDownDisabledAnnotationByMCMValue = "True"
ClusterAutoscalerScaleDownDisabledAnnotationByMCMValue = "true"

// RollbackRevisionNotFound is not found rollback event reason
RollbackRevisionNotFound = "DeploymentRollbackRevisionNotFound"
Expand Down

0 comments on commit 32b950d

Please sign in to comment.