mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-06-09 08:51:18 -04:00
Merge pull request #98192 from sfrique/cleanup
Cleanup: Remove debug print Kubernetes-commit: 329e39e4390769cba3bfa1044a99584308d67726
This commit is contained in:
commit
693dcc3ff8
1 changed files with 0 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue