Skip to content
Merged
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 docs/content/docs/operations/rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ For each additional namespace that runs the Flink jobs, users need to do the fol
name: flink
EOF
```
3. Optionally create an example Flink job in the namespace. Run the command from the root of the cloned flink-kuberntes-operator repo:
3. Optionally create an example Flink job in the namespace. Run the command from the root of the cloned flink-kubernetes-operator repo:
```sh
kubectl apply -f example/basic.yaml
```
Loading