From 594a0e7f1b504073f01254bd7799b40436c9ef33 Mon Sep 17 00:00:00 2001
From: MarioUhrik <48129824+MarioUhrik@users.noreply.github.com>
Date: Thu, 16 May 2019 11:05:49 +0200
Subject: [PATCH] Fix invalid YAML formatting within addons.yml (#4753)

---
 inventory/sample/group_vars/k8s-cluster/addons.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inventory/sample/group_vars/k8s-cluster/addons.yml b/inventory/sample/group_vars/k8s-cluster/addons.yml
index 36756ac1b..cdb501cf1 100644
--- a/inventory/sample/group_vars/k8s-cluster/addons.yml
+++ b/inventory/sample/group_vars/k8s-cluster/addons.yml
@@ -79,7 +79,7 @@ rbd_provisioner_enabled: false
 ingress_nginx_enabled: false
 # ingress_nginx_host_network: false
 # ingress_nginx_nodeselector:
-#   beta.kubernetes.io/os: "linux": ""
+#   beta.kubernetes.io/os: "linux"
 # ingress_nginx_tolerations:
 #   - key: "node-role.kubernetes.io/master"
 #     operator: "Equal"
-- 
GitLab