diff options
| author | Shelley-BaoYue <baoyue2@huawei.com> | 2023-06-06 20:13:40 +0800 |
|---|---|---|
| committer | Shelley-BaoYue <baoyue2@huawei.com> | 2023-07-24 10:27:10 +0800 |
| commit | c87f74756d11b1203c42a7fde382611b74a38531 (patch) | |
| tree | f4149ddab370f6b46dd9c160158382c715b2c2f0 /common | |
| parent | Merge pull request #4696 from Shelley-BaoYue/save-patchpod-meta (diff) | |
| download | kubeedge-c87f74756d11b1203c42a7fde382611b74a38531.tar.gz | |
fix mqtt: start mqtt container
Signed-off-by: Shelley-BaoYue <baoyue2@huawei.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/constants/default.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index 4f419d771..5fe1b9b2f 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -171,4 +171,6 @@ const ( EdgeNodeRoleKey = "node-role.kubernetes.io/edge" EdgeNodeRoleValue = "" + + DeafultMosquittoContianerName = "mqtt-kubeedge" ) |
