Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix #762 #765

Merged
merged 2 commits into from May 31, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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