Skip to content

Commit

Permalink
Add namespaces to explorer configuration example
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari committed Dec 19, 2023
1 parent 5b4dbdd commit e7cc250
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/explorer/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ rules:
- apiGroups: [ "source.toolkit.fluxcd.io" ]
resources: [ "buckets", "helmcharts", "gitrepositories", "helmrepositories", "ocirepositories" ]
verbs: [ "list", "watch" ]
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["list", "watch"]
```

</details>
Expand Down

0 comments on commit e7cc250

Please sign in to comment.