You need to specify which deployment to restart:
kubectl rollout restart deployments/isam-config-deploy -n apps
kubectl rollout restart deployments/isam-config-deploy-test -n apps
Note that the pods in your deployment will be terminated and then re-
created.
Best,
-jay