Update configuration page to have backticks around the k3s version section, the equal or less than sign was causing formatting issues for anything after it

This commit is contained in:
chris_wiggins
2019-11-03 14:08:25 -07:00
parent 0075d4f3aa
commit 2f86549075
@@ -53,7 +53,7 @@ spec:
Also note that besides `set` you can use `valuesContent` in the spec section. And it's okay to use both of them.
k3s versions <= v0.5.0 used `k3s.cattle.io` for the api group of helmcharts, this has been changed to `helm.cattle.io` for later versions.
k3s versions `<= v0.5.0` used `k3s.cattle.io` for the api group of helmcharts, this has been changed to `helm.cattle.io` for later versions.
Accessing Cluster from Outside
-----------------------------