Remove debug print

This commit is contained in:
Henrique Fernandes 2021-01-19 17:21:50 -03:00
parent 22dabe6fea
commit 32b8d5ae20

View File

@ -196,7 +196,6 @@ func (o *ServiceAccountOpts) createServiceAccount() (*corev1.ServiceAccount, err
if o.EnforceNamespace {
namespace = o.Namespace
}
fmt.Println(corev1.SchemeGroupVersion.String())
serviceAccount := &corev1.ServiceAccount{
TypeMeta: metav1.TypeMeta{APIVersion: corev1.SchemeGroupVersion.String(), Kind: "ServiceAccount"},
ObjectMeta: metav1.ObjectMeta{