Skip to content

Commit

Permalink
add docs for namespaces flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pb82 committed Oct 10, 2019
1 parent e192e33 commit a35bd7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions documentation/deploy_grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ The operator accepts a number of flags that can be passed in the `args` section
* *--grafana-plugins-init-container-tag*: overrides the Grafana Plugins Init Container tag, defaults to `0.0.2`.
* *--scan-all*: watch for dashboards in all namespaces. This requires the the operator service account to have cluster wide permissions to `get`, `list`, `update` and `watch` dashboards. See `deploy/cluster_roles`.
* *--pod-label-value*: override the value of the `app` label that gets attached to pods and other resources.
* *--namespaces*: watch for dashboards in a list of namespaces. Mutually exclusive with `--scan-all`.

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

Expand Down

0 comments on commit a35bd7b

Please sign in to comment.