diff --git a/pkg/client/cluster.go b/pkg/client/cluster.go index d0f8b750..2142cb5a 100644 --- a/pkg/client/cluster.go +++ b/pkg/client/cluster.go @@ -84,8 +84,9 @@ func (h *V1alpha1Client) UpdateClusterProfileValues(uid string, profiles *models return nil } + resolveNotification := true params := clusterC.NewV1alpha1SpectroClustersUpdateProfilesParamsWithContext(h.ctx).WithUID(uid). - WithBody(profiles) + WithBody(profiles).WithResolveNotification(&resolveNotification) _, err = client.V1alpha1SpectroClustersUpdateProfiles(params) return err }