diff --git a/ansible/roles/rke_configuration/templates/cluster.yml.j2 b/ansible/roles/rke_configuration/templates/cluster.yml.j2
index 3d51d6f7cd55eb3542faa81749a4c89cb0eb3c01..07d90dccbb5d258c2af1131eb80817dd021bb858 100644
--- a/ansible/roles/rke_configuration/templates/cluster.yml.j2
+++ b/ansible/roles/rke_configuration/templates/cluster.yml.j2
@@ -51,13 +51,12 @@ services:
 {% if flexvolume_plugins %}
       volume-plugin-dir: /usr/libexec/kubernetes/kubelet-plugins/volume/exec
 {% endif %}
-      containerized: "true"
     extra_binds:
+    # Make local storage work with persistent volumes that use `subpath`
+    # see https://open.greenhost.net/openappstack/openappstack/issues/236
     - "/:/rootfs:rshared"
 {% if flexvolume_plugins %}
     - /usr/libexec/kubernetes/kubelet-plugins/volume/exec:/usr/libexec/kubernetes/kubelet-plugins/volume/exec
-      # Make local storage work with persistant volumes that use `subpath`
-      # see https://open.greenhost.net/openappstack/openappstack/issues/236
 {% endif %}
     cluster_domain: cluster.local
     infra_container_image: ""