Skip to content

Commit 24e3657

Browse files
committed
removal of force json serialier
1 parent 57bb037 commit 24e3657

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/operator/builder.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ type Builder struct {
9393

9494
func (b *Builder) WithConfig(config *rest.Config) *Builder {
9595
b.config = config
96-
b.config.ContentType = "application/json"
9796
return b
9897
}
9998

0 commit comments

Comments
 (0)