Skip to content

Commit 2356d7d

Browse files
authored
Merge pull request kubernetes#3432 from Ladicle/fix-indent
Fix YAML indents in FAQ document
2 parents 5159dae + afd54aa commit 2356d7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vertical-pod-autoscaler/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ From the above config following part defines the webhook service:
7777
7878
```yaml
7979
Service:
80-
Name: vpa-webhook
81-
Namespace: kube-system
80+
Name: vpa-webhook
81+
Namespace: kube-system
8282
```
8383
8484
Check that the service actually exists:

0 commit comments

Comments
 (0)