summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNatan Yellin <aantn@users.noreply.github.com>2024-03-27 05:58:42 +0200
committerGitHub <noreply@github.com>2024-03-27 05:58:42 +0200
commit5546aef84aee5c2e290735f9cc658b8461eef4a1 (patch)
tree5d00fb022c6d54985648d82918efceac02978ef8 /README.md
parent9fc5752297567790563ce1cd6e8f0212756a9373 (diff)
parentba140253ac140acba61a0caf55791bed179ef297 (diff)
Merge branch 'main' into show_cluster_name_flag
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 066d325..51fea85 100644
--- a/README.md
+++ b/README.md
@@ -253,6 +253,8 @@ List as many namespaces as you want with `-n` (in this case, `default` and `ingr
```sh
krr simple -n default -n ingress-nginx
```
+
+See [example ServiceAccount and RBAC permissions](./tests/single_namespace_permissions.yaml)
</details>
<details>
@@ -392,7 +394,6 @@ For discovering Prometheus it scans services for those labels:
"app=prometheus,component=server"
"app=prometheus-server"
"app=prometheus-operator-prometheus"
-"app=prometheus-msteams"
"app=rancher-monitoring-prometheus"
"app=prometheus-prometheus"
```