mirror of
				https://github.com/nsnail/Ocelot.git
				synced 2025-11-04 19:50:49 +08:00 
			
		
		
		
	RABC typo fix (#1123)
This commit is contained in:
		@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user