diff options
| author | guoguangwu <guoguangwu@magic-shield.com> | 2023-10-31 17:28:33 +0800 |
|---|---|---|
| committer | guoguangwu <guoguangwu@magic-shield.com> | 2023-10-31 17:28:33 +0800 |
| commit | 10af84b792ee808a247d9d5c441cdfcf8363f80c (patch) | |
| tree | 176bee2e48902455dba19104954ff77220b155c3 /common | |
| parent | Merge pull request #4968 from wujunyi792/feat/windows-nodes-keadm (diff) | |
| download | kubeedge-10af84b792ee808a247d9d5c441cdfcf8363f80c.tar.gz | |
fix: typo
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
Diffstat (limited to 'common')
| -rw-r--r-- | common/constants/default.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/constants/default.go b/common/constants/default.go index 92a69f60e..ba6d2c45d 100644 --- a/common/constants/default.go +++ b/common/constants/default.go @@ -150,7 +150,7 @@ const ( EdgeNodeRoleKey = "node-role.kubernetes.io/edge" EdgeNodeRoleValue = "" - DeafultMosquittoContainerName = "mqtt-kubeedge" + DefaultMosquittoContainerName = "mqtt-kubeedge" DeployMqttContainerEnv = "DEPLOY_MQTT_CONTAINER" // DefaultManifestsDir edge node default static pod path |
