Skip to content

Commit

Permalink
Merge pull request #4167 from weaveworks/jp-config-example
Browse files Browse the repository at this point in the history
Add namespaces to explorer configuration example
  • Loading branch information
Jordan Pellizzari committed Dec 19, 2023
2 parents 5b4dbdd + e7cc250 commit 78d5f6d
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 78d5f6d

Please sign in to comment.