mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-10 19:26:46 +00:00
* first pass * fix up homepage * more work * housekeeping * add script to modify home link * add check docs * build docs site * Create CNAME * fix path to check-docs * update from template * fix logo in readme * fix link * remove logspam * remove old folders * fix all links * fix up readme * change up Insights description * add customization docs * phrasing * title * titles * titles * change webhook docs * refresh template * rebuild site * refresh from template repo * phrasing * add tagline * update readme\, add readme sync script * fix logo * rebuild * fix readme script * rebuild
745 B
745 B
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