diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-07-24 10:21:52 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-07-24 20:03:57 +0800 |
| commit | 32485598f09b7cb4b4dd810f4e00bbe4426f7c45 (patch) | |
| tree | 388e0c050a5cf69272824e8aacf12a47ae3c401b /common | |
| parent | fix mqtt: start mqtt container (diff) | |
| download | kubeedge-32485598f09b7cb4b4dd810f4e00bbe4426f7c45.tar.gz | |
fix reviewer opinion
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/constants/default.go | 3 |
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" ) |
