Skip to content

Commit

Permalink
Merge branch 'main' of github.com:appnet-org/appnet into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Romero027 committed May 8, 2024
2 parents 78952fc + 7a16d9e commit 1f17282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/appnetconfig_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ func (r *AppNetConfigReconciler) Reconcile(ctx context.Context, req ctrl.Request

// TODO: Only delete the envoy filters that are associated with this AppNetConfig
exec.Command("kubectl", "delete", "envoyfilters", "--all").CombinedOutput()
exec.Command("istioctl", "experimental", "waypoint", "delete", "--all").CombinedOutput()
return ctrl.Result{}, client.IgnoreNotFound(err)
}

Expand Down

0 comments on commit 1f17282

Please sign in to comment.