IEBH-483: Deploy audit-trail service in dev#50
Merged
Merged
Conversation
vmoshynskyi
commented
Jun 8, 2026
Member
- Deploy audit-trail service in dev
There was a problem hiding this comment.
Pull request overview
Deploys the audit-trail service into the dev ArgoCD app-of-apps stack by introducing a new Helm application folder under clusters/dev/apps/, wiring required Vault/ExternalSecrets configuration, and updating repo documentation to reflect the new component.
Changes:
- Add a new
clusters/dev/apps/audit-trail/Helm app (Chart + values) and ArgoCDApplicationfor dev deployment. - Add an ExternalSecret to source Atlas credentials from Vault for the audit-trail service.
- Update documentation (sync-wave list and Vault secret bootstrap instructions) to include audit-trail/atlas.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds audit-trail to the dev sync-wave inventory table. |
| docs/vault-secrets.md | Documents required Vault secret for Atlas credentials (secret/atlas). |
| clusters/dev/apps/audit-trail/values.yaml | Configures audit-trail-service image, env, probes, and resources for dev. |
| clusters/dev/apps/audit-trail/templates/external-secret.yaml | Creates ExternalSecret for atlas-password from Vault into utility namespace. |
| clusters/dev/apps/audit-trail/Chart.yaml | Defines a Helm chart wrapper with audit-trail-service dependency. |
| clusters/dev/apps/audit-trail/application.yaml | Adds an ArgoCD Application to deploy the audit-trail chart in dev. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.