summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorShelley-BaoYue <baoyue2@huawei.com>2023-07-24 10:21:52 +0800
committerShelley-BaoYue <baoyue2@huawei.com>2023-07-24 20:03:57 +0800
commit32485598f09b7cb4b4dd810f4e00bbe4426f7c45 (patch)
tree388e0c050a5cf69272824e8aacf12a47ae3c401b /common
parentfix mqtt: start mqtt container (diff)
downloadkubeedge-32485598f09b7cb4b4dd810f4e00bbe4426f7c45.tar.gz
fix reviewer opinion
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common')
-rw-r--r--common/constants/default.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/constants/default.go b/common/constants/default.go
index 5fe1b9b2f..2b5134bc3 100644
--- a/common/constants/default.go
+++ b/common/constants/default.go
@@ -172,5 +172,6 @@ const (
EdgeNodeRoleKey = "node-role.kubernetes.io/edge"
EdgeNodeRoleValue = ""
- DeafultMosquittoContianerName = "mqtt-kubeedge"
+ DeafultMosquittoContainerName = "mqtt-kubeedge"
+ DeployMqttContainerEnv = "DEPLOY_MQTT_CONTAINER"
)