Skip to content

Commit

Permalink
update scaling deployment docs to fix yaml indentation error
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Cox <jay.cox@aa.com>
  • Loading branch information
Jay-Madden committed Apr 1, 2024
1 parent a52fbd3 commit 82cf054
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/docs/2.11/concepts/scaling-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ metadata:
spec:
advanced:
horizontalPodAutoscalerConfig:
name: {name-of-hpa-resource}
name: {name-of-hpa-resource}
```

> ⚠️ **NOTE:** You need to specify a custom HPA name in your ScaledObject matching the existing HPA name you want it to manage.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.12/concepts/scaling-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ metadata:
spec:
advanced:
horizontalPodAutoscalerConfig:
name: {name-of-hpa-resource}
name: {name-of-hpa-resource}
```

> ⚠️ **NOTE:** You need to specify a custom HPA name in your ScaledObject matching the existing HPA name you want it to manage.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.13/concepts/scaling-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ metadata:
spec:
advanced:
horizontalPodAutoscalerConfig:
name: {name-of-hpa-resource}
name: {name-of-hpa-resource}
```

> ⚠️ **NOTE:** You need to specify a custom HPA name in your ScaledObject matching the existing HPA name you want it to manage.
Expand Down
2 changes: 1 addition & 1 deletion content/docs/2.14/concepts/scaling-deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ metadata:
spec:
advanced:
horizontalPodAutoscalerConfig:
name: {name-of-hpa-resource}
name: {name-of-hpa-resource}
```

> ⚠️ **NOTE:** You need to specify a custom HPA name in your ScaledObject matching the existing HPA name you want it to manage.
Expand Down

0 comments on commit 82cf054

Please sign in to comment.