Files
polaris/docs/customization/configuration.md
2021-08-17 11:26:25 -04:00

883 B

meta
meta
name content
description Fairwinds Polaris | Learn about Polaris defaults and how to customize configurations.

Configuration

The default Polaris configuration can be seen here.

You can customize the configuration to do things like:

To pass in your custom configuration, follow the instructions for your environment:

  • CLI - set the --config argument to point to your config.yaml
  • Helm - set the config variable in your values file
  • kubectl - create a ConfigMap with your config.yaml, mount it as a volume, and use the --config argument in your Deployment