We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60815b commit 6f5e718Copy full SHA for 6f5e718
1 file changed
internal/objectpatch/patch.go
@@ -66,7 +66,7 @@ func (p *Patch) SetName(name string) {
66
if p.patchValues == nil {
67
p.patchValues = make(map[string]any)
68
}
69
- p.patchValues["name"] = p.GetName()
+ p.patchValues["name"] = name
70
71
72
// WithSubresource sets the subresource to patch (e.g., "status", "scale").
0 commit comments