Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 785 Bytes

File metadata and controls

28 lines (19 loc) · 785 Bytes

EDA Application Settings

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"

Commonly Customized Settings

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