From 321b5e3d5ee45ae5c7e3303015c02854b6a99c0b Mon Sep 17 00:00:00 2001 From: Gunnar Morling Date: Fri, 10 Jan 2025 12:01:25 +0100 Subject: [PATCH] Typo fix in RBAC docs --- 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 eee9bca5bf..88189a7aa2 100644 --- a/docs/content/docs/operations/rbac.md +++ b/docs/content/docs/operations/rbac.md @@ -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 ```