mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #98192 from sfrique/cleanup
Cleanup: Remove debug print
This commit is contained in:
commit
329e39e439
@ -196,7 +196,6 @@ func (o *ServiceAccountOpts) createServiceAccount() (*corev1.ServiceAccount, err
|
|||||||
if o.EnforceNamespace {
|
if o.EnforceNamespace {
|
||||||
namespace = o.Namespace
|
namespace = o.Namespace
|
||||||
}
|
}
|
||||||
fmt.Println(corev1.SchemeGroupVersion.String())
|
|
||||||
serviceAccount := &corev1.ServiceAccount{
|
serviceAccount := &corev1.ServiceAccount{
|
||||||
TypeMeta: metav1.TypeMeta{APIVersion: corev1.SchemeGroupVersion.String(), Kind: "ServiceAccount"},
|
TypeMeta: metav1.TypeMeta{APIVersion: corev1.SchemeGroupVersion.String(), Kind: "ServiceAccount"},
|
||||||
ObjectMeta: metav1.ObjectMeta{
|
ObjectMeta: metav1.ObjectMeta{
|
||||||
|
Loading…
Reference in New Issue
Block a user