We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 707e194 commit 90f9adcCopy full SHA for 90f9adc
1 file changed
pkg/kubernetes/resources.go
@@ -188,6 +188,7 @@ func (c *Core) resourcesCreateOrUpdate(ctx context.Context, resources []*unstruc
188
}
189
resources[i], rErr = c.DynamicClient().Resource(*gvr).Namespace(namespace).Apply(ctx, obj.GetName(), obj, metav1.ApplyOptions{
190
FieldManager: version.BinaryName,
191
+ Force: true,
192
})
193
if rErr != nil {
194
return nil, rErr
0 commit comments