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