mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
fix typo in system_images
we incorrectly reference the key `system-images` when it should be `system_images`
This commit is contained in:
@@ -14,14 +14,14 @@ For example, to change the deployed Kubernetes version, you update the `rancher/
|
||||
Original YAML
|
||||
|
||||
```yaml
|
||||
system-images:
|
||||
system_images:
|
||||
kubernetes: rancher/hyperkube:v1.9.7
|
||||
```
|
||||
|
||||
Updated YAML
|
||||
|
||||
```yaml
|
||||
system-images:
|
||||
system_images:
|
||||
kubernetes: rancher/hyperkube:v1.10.3
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user