Skip to content

Commit 1992841

Browse files
authored
[hotfix] Fix the typo in rbac.md (#836)
1 parent 6abd9d7 commit 1992841

File tree

1 file changed

+1
-1
lines changed
  • docs/content/docs/operations

1 file changed

+1
-1
lines changed

docs/content/docs/operations/rbac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ For each additional namespace that runs the Flink jobs, users need to do the fol
106106
```
107107
3. Optionally create an example Flink job in the namespace. Run the command from the root of the cloned flink-kuberntes-operator repo:
108108
```sh
109-
kubectl -f example/basic.yaml
109+
kubectl apply -f example/basic.yaml
110110
```

0 commit comments

Comments
 (0)