From dfeed1c1a479d75c972ab246e4f321d23f7ec243 Mon Sep 17 00:00:00 2001
From: Samuel Liu <liupeng0518@gmail.com>
Date: Wed, 28 Apr 2021 06:45:28 +0800
Subject: [PATCH] Modify the commented config info (#7558)

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

diff --git a/inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml b/inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml
index d48821cce..50215e4ca 100644
--- a/inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml
+++ b/inventory/sample/group_vars/k8s-cluster/k8s-net-calico.yml
@@ -51,7 +51,7 @@
 # - y.y.y.y/32
 
 # Choose data store type for calico: "etcd" or "kdd" (kubernetes datastore)
-# calico_datastore: "etcd"
+# calico_datastore: "kdd"
 
 # Choose Calico iptables backend: "Legacy", "Auto" or "NFT"
 # calico_iptables_backend: "Legacy"
-- 
GitLab