Browse Source

docs: add push secret reconciler to core controller flags (#2355)

Signed-off-by: Enrique Gonzalez <goga.enrique@gmail.com>
Enrique González 3 years ago
parent
commit
2f8719ad41
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docs/api/controller-options.md

+ 1 - 0
docs/api/controller-options.md

@@ -19,6 +19,7 @@ The core controller is invoked without a subcommand and can be configured with t
 | `--controller-class`                          | string   | default                       | The controller is instantiated with a specific controller name and filters ES based on this property                                                               |
 | `--enable-cluster-external-secret-reconciler` | boolean  | true                          | Enables the cluster external secret reconciler.                                                                                                                    |
 | `--enable-cluster-store-reconciler`           | boolean  | true                          | Enables the cluster store reconciler.                                                                                                                              |
+| `--enable-push-secret-reconciler`             | boolean  | true                          | Enables the push secret reconciler.                                                                                                                                |
 | `--enable-secrets-caching`                    | boolean  | false                         | Enables the secrets caching for external-secrets pod.                                                                                                              |
 | `--enable-configmaps-caching`                 | boolean  | false                         | Enables the ConfigMap caching for external-secrets pod.                                                                                                            |
 | `--enable-flood-gate`                         | boolean  | true                          | Enable flood gate. External secret will be reconciled only if the ClusterStore or Store have an healthy or unknown state.                                          |