Skip to content

Commit

Permalink
Replace referenes of rebac with relations-api in kind config.
Browse files Browse the repository at this point in the history
  • Loading branch information
merlante committed Jun 18, 2024
1 parent 2fbfbbf commit 667d163
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions spicedb-kind-setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ done
echo "spicedb is ready"
kubectl get ingresses.networking.k8s.io -n spicedb

echo "Deploying rebac service"
kubectl apply -f ./spicedb-kind-setup/rebac/secret.yaml -n spicedb
kubectl apply -f ./spicedb-kind-setup/rebac/deployment.yaml -n spicedb
kubectl apply -f ./spicedb-kind-setup/rebac/svc.yaml -n spicedb
echo "Deploying relations-api service"
kubectl apply -f ./spicedb-kind-setup/relations-api/secret.yaml -n spicedb
kubectl apply -f ./spicedb-kind-setup/relations-api/deployment.yaml -n spicedb
kubectl apply -f ./spicedb-kind-setup/relations-api/svc.yaml -n spicedb

while [[ -z $(kubectl get deployments.apps -n spicedb relationships -o jsonpath="{.status.readyReplicas}" 2>/dev/null) ]]; do
echo "still waiting for relationships"
Expand Down

0 comments on commit 667d163

Please sign in to comment.