diff options
| author | WillardHu <wei.hu@daocloud.io> | 2023-09-21 16:58:28 +0800 |
|---|---|---|
| committer | WillardHu <wei.hu@daocloud.io> | 2023-09-21 16:58:28 +0800 |
| commit | 1728628934a6b4b39f96fb776b4c752f16adbc2e (patch) | |
| tree | b51dcf310525a5affead6df0f6b9f496751aaa8b /manifests/charts/cloudcore/values.yaml | |
| parent | Merge pull request #5025 from wbc6080/update-docker (diff) | |
| download | kubeedge-1728628934a6b4b39f96fb776b4c752f16adbc2e.tar.gz | |
Make NodeUpgradeJob enable through the helm
Signed-off-by: WillardHu <wei.hu@daocloud.io>
Diffstat (limited to 'manifests/charts/cloudcore/values.yaml')
| -rw-r--r-- | manifests/charts/cloudcore/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/charts/cloudcore/values.yaml b/manifests/charts/cloudcore/values.yaml index f3df934ac..04cc54a25 100644 --- a/manifests/charts/cloudcore/values.yaml +++ b/manifests/charts/cloudcore/values.yaml @@ -55,6 +55,8 @@ cloudCore: enable: false router: enable: false + nodeUpgradeJobController: + enable: false service: enable: true type: "NodePort" |
