Skip to content

Commit

Permalink
RABC typo fix (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
PavPS authored Feb 9, 2020
1 parent 86e8d66 commit 4147aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Then add the following to your ConfigureServices method.
s.AddOcelot()
.AddKubernetes();
If you have services deployed in kubernetes you will normally use the naming service to access them. Default usePodServiceAccount = True, which means that ServiceAccount using Pod to access the service of the k8s cluster needs to be ServiceAccount based on RABC authorization
If you have services deployed in kubernetes you will normally use the naming service to access them. Default usePodServiceAccount = True, which means that ServiceAccount using Pod to access the service of the k8s cluster needs to be ServiceAccount based on RBAC authorization

.. code-block::csharp
public static class OcelotBuilderExtensions
Expand Down

0 comments on commit 4147aee

Please sign in to comment.