This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 19928419 [hotfix] Fix the typo in rbac.md (#836)
19928419 is described below
commit 19928419cebf03dc44a74bd00d549606557443c2
Author: soulzz <[email protected]>
AuthorDate: Thu Jun 6 12:00:00 2024 +0800
[hotfix] Fix the typo in rbac.md (#836)
---
docs/content/docs/operations/rbac.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/content/docs/operations/rbac.md
b/docs/content/docs/operations/rbac.md
index 788dc912..eee9bca5 100644
--- a/docs/content/docs/operations/rbac.md
+++ b/docs/content/docs/operations/rbac.md
@@ -106,5 +106,5 @@ For each additional namespace that runs the Flink jobs,
users need to do the fol
```
3. Optionally create an example Flink job in the namespace. Run the command
from the root of the cloned flink-kuberntes-operator repo:
```sh
- kubectl -f example/basic.yaml
+ kubectl apply -f example/basic.yaml
```