Skip to content

Commit

Permalink
Changed the sa to default-editor
Browse files Browse the repository at this point in the history
Signed-off-by: Hansini Karunarathne <107214435+hansinikarunarathne@users.noreply.github.com>
  • Loading branch information
hansinikarunarathne committed Sep 15, 2024
1 parent 847d453 commit 6c99f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/ray/raycluster_example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- from:
- source:
principals:
- "cluster.local/ns/kubeflow-user-example-com/sa/kubeflow-raycluster"
- "cluster.local/ns/kubeflow-user-example-com/sa/default-editor"
- to:
- operation:
ports:
Expand Down
2 changes: 1 addition & 1 deletion contrib/ray/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for ((i=0; i<TIMEOUT; i+=2)); do
sleep 2
done

echo "Namespace $NAMESPACE is created!"
echo "Namespace $NAMESPACE has been created!"

kubectl label namespace $NAMESPACE istio-injection=enabled

Expand Down

0 comments on commit 6c99f5d

Please sign in to comment.