Skip to content

Commit 6a2ccf9

Browse files
committed
chore: correct admin-web deployment for kubectl rollout restart
1 parent f680bbb commit 6a2ccf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/kubectl/rollout-restart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ while [[ $# -gt 0 ]]; do
1515
esac
1616
done
1717

18-
kubectl --kubeconfig ~/.kube/$kubeconfig rollout restart deployments api ai-bot web admin worker storybook --namespace $namespace
18+
kubectl --kubeconfig ~/.kube/$kubeconfig rollout restart deployments api ai-bot web admin-web worker storybook --namespace $namespace

0 commit comments

Comments
 (0)