Skip to content

Commit

Permalink
fix precommit conlfict
Browse files Browse the repository at this point in the history
  • Loading branch information
jfonseca-aneo committed Jan 29, 2025
1 parent 6aabea2 commit 3548ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armonik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
| <a name="input_chart_name"></a> [chart\_name](#input\_chart\_name) | Name for chart | `string` | `"keda-hpa"` | no |
| <a name="input_chart_version"></a> [chart\_version](#input\_chart\_version) | Version for chart | `string` | `"0.1.0"` | no |
| <a name="input_charts_repository"></a> [charts\_repository](#input\_charts\_repository) | Path to the charts repository | `string` | `"../charts"` | no |
| <a name="input_compute_plane"></a> [compute\_plane](#input\_compute\_plane) | Parameters of the compute plane | <pre>map(object({<br> partition_data = object({<br> priority = number<br> reserved_pods = number<br> max_pods = number<br> preemption_percentage = number<br> parent_partition_ids = list(string)<br> pod_configuration = any<br> })<br> replicas = number<br> termination_grace_period_seconds = number<br> image_pull_secrets = string<br> node_selector = any<br> annotations = any<br> service_account_name = string<br> polling_agent = object({<br> image = string<br> tag = string<br> image_pull_policy = string<br> limits = optional(map(string))<br> requests = optional(map(string))<br> conf = optional(any, {})<br> })<br> worker = list(object({<br> name = string<br> image = string<br> tag = string<br> image_pull_policy = string<br> limits = optional(map(string))<br> requests = optional(map(string))<br> conf = optional(any, {})<br> }))<br> cache_config = object({<br> memory = bool<br> size_limit = string # if larger than supported, the max value for the node will be used instead<br> })<br> readiness_probe = optional(bool, false)<br> hpa = any<br> }))</pre> | n/a | yes |
| <a name="input_compute_plane"></a> [compute\_plane](#input\_compute\_plane) | Parameters of the compute plane | <pre>map(object({<br> partition_data = object({<br> priority = number<br> reserved_pods = number<br> max_pods = number<br> preemption_percentage = number<br> parent_partition_ids = list(string)<br> pod_configuration = any<br> })<br> replicas = number<br> termination_grace_period_seconds = number<br> image_pull_secrets = string<br> node_selector = any<br> annotations = any<br> service_account_name = string<br> socket_type = optional(string)<br> polling_agent = object({<br> image = string<br> tag = string<br> image_pull_policy = string<br> limits = optional(map(string))<br> requests = optional(map(string))<br> conf = optional(any, {})<br> })<br> worker = list(object({<br> name = string<br> image = string<br> tag = string<br> image_pull_policy = string<br> limits = optional(map(string))<br> requests = optional(map(string))<br> conf = optional(any, {})<br> }))<br> cache_config = object({<br> memory = bool<br> size_limit = string # if larger than supported, the max value for the node will be used instead<br> })<br> readiness_probe = optional(bool, false)<br> hpa = any<br> }))</pre> | n/a | yes |
| <a name="input_configurations"></a> [configurations](#input\_configurations) | Extra configurations for the various components | <pre>object({<br> core = optional(any, [])<br> control = optional(any, [])<br> compute = optional(any, [])<br> worker = optional(any, [])<br> polling = optional(any, [])<br> log = optional(any, [])<br> metrics = optional(any, [])<br> jobs = optional(any, [])<br> })</pre> | n/a | yes |
| <a name="input_control_plane"></a> [control\_plane](#input\_control\_plane) | Parameters of the control plane | <pre>object({<br> name = string<br> service_type = string<br> replicas = number<br> image = string<br> tag = string<br> image_pull_policy = string<br> port = number<br> limits = optional(map(string))<br> requests = optional(map(string))<br> image_pull_secrets = string<br> node_selector = any<br> annotations = any<br> hpa = any<br> default_partition = string<br> service_account_name = string<br> })</pre> | n/a | yes |
| <a name="input_environment_description"></a> [environment\_description](#input\_environment\_description) | Description of the environment deployed | `any` | `null` | no |
Expand Down

0 comments on commit 3548ebf

Please sign in to comment.