fix typo in system_images

we incorrectly reference the key `system-images` when it should be `system_images`
This commit is contained in:
Adrian Goins
2018-11-16 10:11:57 -08:00
committed by Denise
parent d25c19e3a9
commit ca84848f9d
+2 -2
View File
@@ -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
```