Skip to content

Commit

Permalink
Apply rbac.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Xudong Sun <[email protected]>
  • Loading branch information
marshtompsxd committed Sep 7, 2023
1 parent a1cf859 commit 5a2d96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ "$registry" != "remote" ] && [ "$registry" != "local" ]; then
exit 2
fi

if cd deploy/$1 && kubectl apply -f crd.yaml && kubectl apply -f deploy_$registry.yaml; then
if cd deploy/$1 && kubectl apply -f crd.yaml && kubectl apply -f rbac.yaml && kubectl apply -f deploy_$registry.yaml; then
echo ""
echo -e "${GREEN}The $app controller is deployed in your Kubernetes cluster in namespace \"$app\"."
echo -e "Run \"kubectl get pod -n $app\" to check the controller pod."
Expand Down

0 comments on commit 5a2d96e

Please sign in to comment.