Conversation
…se limit The repo name service-cp-crime-hearing-results-document-subscription is 54 chars, one over Helm's 53-char release name limit. Hardcode service_name to the short form hearing-results-document-subscription so the deploy action writes to the correct key in cp-vp-aks-deploy/vp-config/services_values.yml.
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions deployment workflow to pass a shorter service_name into hmcts/action-ado-deploy@v1, avoiding Helm’s 53-character release name limit that can be exceeded by the repository name.
Changes:
- Hardcode
service_namefor the ADO deploy action tohearing-results-document-subscriptioninstead of using${{ needs.build.outputs.repo_name }}.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
coling01
approved these changes
Apr 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Coordination
Depends on: hmcts/cp-vp-aks-deploy#TBD (renames the yaml key to match)
Merge the deploy-repo PR first, then this one.
Test plan