Browse Source

fix(docs): Fix typo in controller options doc (#5299)

* Fix typo in controller options doc

Signed-off-by: Thomas D. Spear <thomas.spear@wcgclinical.com>

* Fix inconsistent spacing

Signed-off-by: Thomas D. Spear <thomas.spear@wcgclinical.com>

---------

Signed-off-by: Thomas D. Spear <thomas.spear@wcgclinical.com>
Co-authored-by: Thomas D. Spear <thomas.spear@wcgclinical.com>
tspearconquest 6 months ago
parent
commit
db201ddb6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/controller-options.md

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

@@ -30,7 +30,7 @@ The core controller is invoked without a subcommand and can be configured with t
 | `--experimental-enable-aws-session-cache`     | boolean  | false   | DEPRECATED: this flag is no longer used and will be removed since aws sdk v2 has its own session cache.                                                            |
 | `--help`                                      |          |         | help for external-secrets                                                                                                                                          |
 | `--loglevel`                                  | string   | info    | loglevel to use, one of: debug, info, warn, error, dpanic, panic, fatal                                                                                            |
-| `--zap-time-encoding`                         | string   | epoch   | loglevel to use, one of: epoch, millis, nano, iso8601, rfc3339, rfc3339nano                                                                                        |
+| `--zap-time-encoding`                         | string   | epoch   | time encoding to use, one of: epoch, millis, nano, iso8601, rfc3339, rfc3339nano                                                                                   |
 | `--live-addr`                                 | string   | :8082   | The address the live endpoint binds to                                                                                                                             |
 | `--metrics-addr`                              | string   | :8080   | The address the metric endpoint binds to.                                                                                                                          |
 | `--namespace`                                 | string   | -       | watch external secrets scoped in the provided namespace only. ClusterSecretStore can be used but only work if it doesn't reference resources from other namespaces |