Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the correct var name for EDA_MAX_RUNNING_ACTIVATIONS #183

Merged
merged 2 commits into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config/crd/bases/eda.ansible.com_edas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2450,6 +2450,7 @@ spec:
setting:
type: string
value:
type: string
x-kubernetes-preserve-unknown-fields: true
type: object
type: array
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,10 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:io.kubernetes:Secret
- displayName: API Extra Settings
- displayName: Extra Settings
path: extra_settings
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:advanced
- urn:alm:descriptor:com.tectonic.ui:hidden
- displayName: PostgreSQL Database configuration
path: database
x-descriptors:
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide/advanced-configuration/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
spec:
...
extra_settings:
- setting: MAX_RUNNING_ACTIVATIONS
- setting: EDA_MAX_RUNNING_ACTIVATIONS
value: "12"

```
Expand All @@ -25,4 +25,4 @@ Below is a table of the setting name, default value, and a description of it's p

| Setting Name | Default Value | Description |
|--------------------------|----------------|-------------------------------------------------|
| MAX_RUNNING_ACTIVATIONS | "12" | Maximum number of running activations |
| EDA_MAX_RUNNING_ACTIVATIONS | "12" | Maximum number of running activations |