Browse Source

Merge pull request #789 from davidblaisonneau-orange/patch-1

controller documentation correction
paul-the-alien[bot] 4 years ago
parent
commit
d3ba3e9199
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/guides-controller-class.md

+ 2 - 2
docs/guides-controller-class.md

@@ -2,7 +2,7 @@
 
 > NOTE: this feature is experimental and not highly tested
 
-Controller classes are a proprierty set during the deployment that allows multiple controllers to work in a group of workloard. It works by separating which secretStores are going to be attributed to which controller. For the behavior of a single controller, no extra configuration is needed.
+Controller classes are a proprierty set during the deployment that allows multiple controllers to work in a group of workload. It works by separating which secretStores are going to be attributed to which controller. For the behavior of a single controller, no extra configuration is needed.
 
 ## Setting up Controller Class
 
@@ -16,4 +16,4 @@ helm install custom-external-secrets external-secrets/external-secrets --set con
 
 Now, any `ExternalSecret` bound to this secret store will be evaluated by the operator with the controllerClass custom.
 
-> Note: Any SecretStore without `spec.controller` set will be considered as valid by any operator, regardless of their respective controllerClasses.
+> Note: Any SecretStore without `spec.controller` set will be considered as valid by any operator, regardless of their respective controllerClasses.