From 043f7d5473ae34e5eda1364a02025743e6cfcc78 Mon Sep 17 00:00:00 2001 From: Gilbert Wong Date: Thu, 28 Mar 2019 09:40:50 +0800 Subject: [PATCH] Delete duplicated kubernates namespace config entry --- etc/emqx.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/etc/emqx.conf b/etc/emqx.conf index 55d889deb..15ad24dd1 100644 --- a/etc/emqx.conf +++ b/etc/emqx.conf @@ -158,12 +158,6 @@ cluster.autoclean = 5m ## Value: String ## cluster.k8s.namespace = default -## Kubernates Namespace -## -## Value: String -## cluster.k8s.namespace = default - - ##-------------------------------------------------------------------- ## Node ##--------------------------------------------------------------------