Skip to content

Commit

Permalink
fix #762
Browse files Browse the repository at this point in the history
  • Loading branch information
HubertStefanski committed May 25, 2022
1 parent 90455ae commit 27f44aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/deploy_grafana.md
Expand Up @@ -84,9 +84,9 @@ The operator accepts a number of flags that can be passed in the `args` section

* `--namespaces`: watch for dashboards in a list of namespaces. Mutually exclusive with `--scan-all`.

* `--zap-level=n`: set the logging level for the operator, leaving out this flag will only log Errors and error related
* `--zap-log-level=n`: set the logging level for the operator, leaving out this flag will only log Errors and error related
info, current options are:
* `--zap-level=1`: show all Info level logs
* `--zap-log-level=1`: show all Info level logs
* `--requeue-delay=n`: set how often the resync of the grafana resources towards the grafana instance should happen in seconds. The default is 10s.

See `deploy/operator.yaml` for an example.
Expand Down

0 comments on commit 27f44aa

Please sign in to comment.