Skip to content

Commit

Permalink
Remove localhost that is not used on ScaledJob (#232)
Browse files Browse the repository at this point in the history
Signed-off-by: Tsuyoshi Ushio <ushio@simplearchitect.com>
  • Loading branch information
TsuyoshiUshio authored Aug 19, 2020
1 parent cf98411 commit 42d2555
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/docs/2.0/concepts/scaling-jobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ metadata:
name: rabbitmq-consumer
data:
RabbitMqHost: <omitted>
LocalHost: <omitted>
---
apiVersion: keda.sh/v1alpha1
kind: ScaledJob
Expand Down Expand Up @@ -134,6 +133,5 @@ spec:
metadata:
queueName: hello
host: RabbitMqHost
localhost: LocalHost
queueLength : '5'
```

0 comments on commit 42d2555

Please sign in to comment.