Skip to content

Commit

Permalink
Support for auto-resolving notifications (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
brathina-spectro authored Jul 28, 2021
1 parent c6262fe commit ee1459d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/client/cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit ee1459d

Please sign in to comment.