Browse Source

Improved controllerClass guides

Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
Gustavo Carvalho 4 years ago
parent
commit
0766178690
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/guides-controller-class.md

+ 3 - 1
docs/guides-controller-class.md

@@ -14,4 +14,6 @@ helm install custom-external-secrets external-secrets/external-secrets --set con
 {% include 'controller-class-store.yaml' %}
 {% include 'controller-class-store.yaml' %}
 ```
 ```
 
 
-Now, any `ExternalSecret` bound to this secret store will be evaluated by the operator with the controllerClass custom.
+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.