Skip to content

Commit f1b2866

Browse files
Fixing YAML formatting issue related to Keda 2.14 breaking changes since current formatting is misleading
Formatting should be as per this link Azure/AKS#4471
1 parent 427651f commit f1b2866

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/azure/azure-kubernetes/extensions/changes-in-kubernetes-event-driven-autoscaling-add-on-214-215.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@ Your AKS cluster Kubernetes version determines which KEDA version will be instal
3636
```yaml
3737
triggers:
3838
- type: any-type
39-
metadata:
40-
metricName: "my-custom-name"
39+
metadata:
40+
metricName: "my-custom-name"
4141
```
4242
4343
Example by using KEDA 2.15 or 2.14
4444
4545
```yaml
4646
triggers:
4747
- type: any-type
48-
name: "my-custom-name"
49-
metadata:
48+
name: "my-custom-name"
49+
metadata:
5050
```
5151
5252
## Frequently asked questions

0 commit comments

Comments
 (0)