From a35bd7b92f5b1f71ecc7039b22ed8949c740575f Mon Sep 17 00:00:00 2001 From: Peter Braun Date: Thu, 10 Oct 2019 22:31:04 +0200 Subject: [PATCH] add docs for namespaces flag --- documentation/deploy_grafana.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/deploy_grafana.md b/documentation/deploy_grafana.md index 901beced8..4be859ab1 100644 --- a/documentation/deploy_grafana.md +++ b/documentation/deploy_grafana.md @@ -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.