Fix config.yaml tls-san reference #3072

This commit is contained in:
Catherine Luse
2021-03-19 09:58:54 -07:00
parent 49e43e0323
commit a008480ba8
@@ -87,7 +87,7 @@ Create the RancherD config file at `/etc/rancher/rke2/config.yaml`:
```yaml
token: my-shared-secret
tls-san:
- https://my-fixed-registration-address.com
- my-fixed-registration-address.com
- another-kubernetes-domain.com
```