Skip to content

Commit

Permalink
Fix replicas unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
clly committed May 16, 2023
1 parent b91ddc3 commit 29f3457
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ load _helpers
-s templates/telemetry-collector-deployment.yaml \
--set 'telemetryCollector.enabled=true' \
--set 'telemetryCollector.image=foo' \
--set 'telemetryCollector.controller.replicas=3' \
--set 'telemetryCollector.replicas=3' \
. | tee /dev/stderr |
yq '.spec.replicas' | tee /dev/stderr)

Expand Down

0 comments on commit 29f3457

Please sign in to comment.