From 8be2af9198bf5d72893c8feb3e2c8a8d20d1192e Mon Sep 17 00:00:00 2001 From: Denise Schannon Date: Sun, 24 Jun 2018 14:18:58 -0700 Subject: [PATCH] fixing example --- content/rke/v0.1.x/en/config-options/example-yamls/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/v0.1.x/en/config-options/example-yamls/_index.md b/content/rke/v0.1.x/en/config-options/example-yamls/_index.md index 9fb05a317bb..b279b341388 100644 --- a/content/rke/v0.1.x/en/config-options/example-yamls/_index.md +++ b/content/rke/v0.1.x/en/config-options/example-yamls/_index.md @@ -20,7 +20,6 @@ nodes: ## Full `cluster.yml` example ```yaml ---- nodes: - address: 1.1.1.1 user: ubuntu @@ -202,3 +201,4 @@ addons_include: - https://raw.githubusercontent.com/rook/rook/master/cluster/examples/kubernetes/rook-operator.yaml - https://raw.githubusercontent.com/rook/rook/master/cluster/examples/kubernetes/rook-cluster.yaml - /path/to/manifest +```