Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEVOPS-467] Fix maxReplicas override from values.yaml (#131)
<details open> <summary><a href="https://amuniversal.atlassian.net/browse/DEVOPS-467" title="DEVOPS-467" target="_blank">DEVOPS-467</a></summary> <br /> <table> <tr> <th>Summary</th> <td>AKS deploy workflows don't respect `maximumReplicas` config in `values.yaml` file</td> </tr> <tr> <th>Type</th> <td> <img alt="Bug" src="https://amuniversal.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10308?size=medium" /> Bug </td> </tr> <tr> <th>Status</th> <td>In Progress</td> </tr> <tr> <th>Points</th> <td>N/A</td> </tr> <tr> <th>Labels</th> <td>-</td> </tr> </table> </details> <!-- do not remove this marker as it will break action-jira-linter's functionality. added_by_jira_lint --> --- <!-- Please make sure you read the contribution guidelines and then fill out the blanks below. Please format the PR title appropriately based on the type of change: [JIRA-XXX]: <description> --> ## Description - Fix maxReplicas override from values.yaml Result: ### MaxReplicas in Autoscalers After setting the `maxReplicas` to `75` in the `values.yaml` file. | Environment | Screenshot | | --- | --- | | Staging | ![image](https://github.com/Andrews-McMeel-Universal/reusable_workflows/assets/111298136/a019bcd4-4428-44bc-9417-356436739f49) | | Development (Testing Branch) | ![image](https://github.com/Andrews-McMeel-Universal/reusable_workflows/assets/111298136/f5965f0c-cb83-4bb9-ae33-62a74878f22d) | ## Related Links <!-- List any links related to this pull request here Replace "JIRA-XXX" with the your Jira issue key --> - Jira Issue: DEVOPS-467 - Testing environment: [![🚀 Deploy](https://github.com/Andrews-McMeel-Universal/reusable_workflows-test/actions/workflows/deploy.yml/badge.svg?branch=bug%2FDEVOPS-467%2Ffix-maximumreplicas-override)](https://github.com/Andrews-McMeel-Universal/reusable_workflows-test/actions/workflows/deploy.yml)
- Loading branch information