|
|
@@ -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.
|