Skip to content

Commit

Permalink
Update pkg/run/session/remove.go
Browse files Browse the repository at this point in the history
Co-authored-by: Balazs Nadasdi <[email protected]>
  • Loading branch information
yiannistri and yitsushi authored Jul 4, 2023
1 parent 46b166b commit 34971d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/run/session/remove.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func Remove(kubeClient client.Client, session *InternalSession) error {
result = multierror.Append(result, err)
}

//nolint:staticcheck
//nolint:staticcheck // deprecated, tracking issue: https://github.com/weaveworks/weave-gitops/issues/3812
if err := wait.Poll(2*time.Second, 5*time.Minute, func() (bool, error) {
pvc := corev1.PersistentVolumeClaim{}
if err := kubeClient.Get(
Expand Down

0 comments on commit 34971d8

Please sign in to comment.