Skip to content

Commit 9281b45

Browse files
Merge pull request #308 from tkashem/scc-client-fix
Bug 1793209: Don't use protobuf client for SecurityContextConstraints
2 parents 268d89b + 2091113 commit 9281b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resourcebuilder/security.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type securityBuilder struct {
1818

1919
func newSecurityBuilder(config *rest.Config, m lib.Manifest) Interface {
2020
return &securityBuilder{
21-
client: securityclientv1.NewForConfigOrDie(withProtobuf(config)),
21+
client: securityclientv1.NewForConfigOrDie(config),
2222
raw: m.Raw,
2323
}
2424
}

0 commit comments

Comments
 (0)