Changes to mapping

Signed-off-by: adamkenihan <adam.kenihan@est.tech>
pull/4828/head
adamkenihan 6 months ago committed by GitHub
parent 1a5d94bb43
commit 987b99c380
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -126,30 +126,16 @@ Example Default Mappings (Please note these are not final and will be open to di
| Helm Event | CDEvent | | Helm Event | CDEvent |
| ------------------------- | ------------------------------- | | ------------------------- | ------------------------------- |
| InstallSucceeded | Environment.Modified | | InstallSucceeded | Service.Deployed |
|| Build.Finished (outcome not implemented yet) |
|| PipeLineRun.Finished (with outcome success) |
| InstallFailed | Incident.Detected | | InstallFailed | Incident.Detected |
|| Build.Finished (outcome not implemented yet) | | UpgradeSucceeded | Service.Upgraded |
|| PipeLineRun.Finished (with outcome failed) | | UpgradeFailed | Incident.Detected |
|UpgradeSucceeded | TaskRun.Finished (with outcome success) |
|| Build.Finished (outcome not implemented yet) |
|| PipeLineRun.Finished (with outcome success) |
|UpgradeFailed | TaskRun.Finished (with outcome failed) |
|| Build.Finished (outcome not implemented yet) |
|| PipeLineRun.Finished (with outcome failed) |
| TestSucceeded | TestCaseRun.finished (outcome pass) | | TestSucceeded | TestCaseRun.finished (outcome pass) |
| TestFailed | TestCaseRun.finished (outcome fail) | | TestFailed | TestCaseRun.finished (outcome fail) |
|RollbackSucceeded | TaskRun.Finished (with outcome success) | | RollbackSucceeded | Service.RolledBack |
|| Build.Finished (outcome not implemented yet) | | RollbackFailed | Incident.Detected |
|| PipeLineRun.Finished (with outcome success) | | UninstallSucceeded | Service.Removed |
|RollbackFailed | TaskRun.Finished (with outcome failed) |
|| Build.Finished (outcome not implemented yet) |
|| PipeLineRun.Finished (with outcome failed) |
|UninstallSucceeded | Environment.Modified |
| UninstallFailed | Incident.Detected | | UninstallFailed | Incident.Detected |
|ReconciliationSucceeded | Environment.Modified |
|ReconciliationFailed | Incident.Detected |
<!-- <!--
This section should contain enough information that the specifics of your This section should contain enough information that the specifics of your

Loading…
Cancel
Save