Here is an example of how to configure settings for the EDA application via the EDA custom resource. This will override the default application settings if set.
---
apiVersion: eda.ansible.com/v1alpha1
kind: EDA
metadata:
name: eda
spec:
...
extra_settings:
- setting: EDA_MAX_RUNNING_ACTIVATIONS
value: "12"
Below is a table of the setting name, default value, and a description of it's purpose:
| Setting Name | Default Value | Description |
|---|---|---|
| EDA_MAX_RUNNING_ACTIVATIONS | "12" | Maximum number of running activations |