Delete service-account for karmada-controller

Signed-off-by: jwcesign <jiangwei115@huawei.com>
This commit is contained in:
jwcesign 2022-09-20 14:44:17 +08:00
parent d81f0ff97c
commit 6cc0d957fc
1 changed files with 0 additions and 1 deletions

View File

@ -558,7 +558,6 @@ func (i *CommandInitOption) makeKarmadaControllerManagerDeployment() *appsv1.Dep
Operator: corev1.TolerationOpExists,
},
},
ServiceAccountName: controllerManagerDeploymentAndServiceName,
AutomountServiceAccountToken: pointer.Bool(false),
}