Skip to content

Commit

Permalink
Change explorer config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpellizzari committed Oct 23, 2023
1 parent 8e9b9ec commit e7dfb2f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion website/docs/explorer/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,20 @@ metadata:
spec:
# ... other spec components
values:
enableExplorer: true
explorer:
enabled: true
collector:
# ServiceAccount that explorer will use to watch clusters for resources
serviceAccount:
name: "collector"
namespace: "flux-system"
cleaner:
disabled: false
enabledFor:
- applications
- sources
- gitopssets
- templates
```
For a complete overview on the configuration you could see [configuration](./configuration.mdx).
Expand Down

0 comments on commit e7dfb2f

Please sign in to comment.