Skip to content

Commit b466d98

Browse files
authored
Fixed keda doc in deployment template (#1019)
1 parent 83c449f commit b466d98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user-guide/creating-application/deployment-template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -673,8 +673,8 @@ Example for autosccaling with KEDA using Prometheus metrics is given below:
673673
```yaml
674674
kedaAutoscaling:
675675
enabled: true
676-
minReplicas: 1
677-
maxReplicas: 2
676+
minReplicaCount: 1
677+
maxReplicaCount: 2
678678
idleReplicaCount: 0
679679
pollingInterval: 30
680680
advanced:
@@ -704,8 +704,8 @@ Example for autosccaling with KEDA based on kafka is given below :
704704
```yaml
705705
kedaAutoscaling:
706706
enabled: true
707-
minReplicas: 1
708-
maxReplicas: 2
707+
minReplicaCount: 1
708+
maxReplicaCount: 2
709709
idleReplicaCount: 0
710710
pollingInterval: 30
711711
advanced: {}

0 commit comments

Comments
 (0)