Skip to content

Commit 4679102

Browse files
authored
Merge pull request kubernetes#3544 from dewe/patch-1
Fix typo in patch yaml example
2 parents 84ade58 + 789d653 commit 4679102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertical-pod-autoscaler/FAQ.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ By default, the [`--min-replicas`](pkg/updater/main.go#L44) flag on the updater
139139
spec:
140140
containers:
141141
- name: updater
142-
- args:
142+
args:
143143
- "--min-replicas=1"
144144
```
145145

0 commit comments

Comments
 (0)