Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This operator can also work with CRDs. Assuming the admin user is logged in, you
kubectl apply -f manifest/operator-crd.yaml
```

and then create the Spark clusters by creating the custom resources (CR).
and then get the fibonacci result by creating the custom resources (CR).

```bash
kubectl apply -f examples/cr.yaml
Expand Down