Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-osman3 committed Dec 21, 2022
1 parent 7d7c0af commit a6ad53b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/autoscale/00-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ kind: OpenTelemetryCollector
metadata:
name: simplest
spec:
# TODO: these tests use .Spec.MaxReplicas and .Spec.MinReplicas. These fields are
# deprecated and moved to .Spec.Autoscaler. Fine to use these fields to test that old CRD is
# still supported but should eventually be updated.
minReplicas: 1
maxReplicas: 2
autoscaler:
Expand Down

0 comments on commit a6ad53b

Please sign in to comment.