mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-28 22:29:32 +00:00
Allow k3s to customize apiServerPort on helm-controller
Signed-off-by: Daishan Peng <daishan@acorn.io>
This commit is contained in:
committed by
Brad Davidson
parent
324f9ad4da
commit
ce3443ddf6
@@ -233,6 +233,7 @@ func coreControllers(ctx context.Context, sc *Context, config *Config) error {
|
||||
helmchart.Register(ctx,
|
||||
metav1.NamespaceAll,
|
||||
helmcommon.Name,
|
||||
strconv.Itoa(config.ControlConfig.APIServerPort),
|
||||
k8s,
|
||||
apply,
|
||||
util.BuildControllerEventRecorder(k8s, helmcommon.Name, metav1.NamespaceAll),
|
||||
|
||||
Reference in New Issue
Block a user