mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-02-14 18:09:54 +00:00
* move dashboard to embed * use embed in favor of packr * fix references * Fix error creating router in dashboard.go * create default config * remove examples/config.yaml
886 B
886 B
meta
| meta | |||||
|---|---|---|---|---|---|
|
Configuration
The default Polaris configuration can be seen here.
You can customize the configuration to do things like:
- Turn checks on and off
- Change the severity level of checks
- Add new custom checks
- Add exemptions for particular workloads or namespaces
To pass in your custom configuration, follow the instructions for your environment:
- CLI - set the
--configargument to point to yourconfig.yaml - Helm - set the
configvariable in your values file - kubectl - create a ConfigMap with your
config.yaml, mount it as a volume, and use the--configargument in your Deployment