Skip to content

Commit

Permalink
Merge branch 'main' into ddarby-hike-notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
jsboak authored May 15, 2023
2 parents 577a7ee + 0e3f8c0 commit 8a3495e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Kubernetes/TCP Dump using Ephemeral Container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,14 @@
plugin:
configuration:
incident_id: ${option.pd_incident_id}
note: 'Automated diagnostics job did not complete. For full details, click
here: ${job.url}#output'
type: pd-note-incident-notification
notification:
onfailure:
plugin:
configuration:
incident_id: ${option.incident-id}
note: |-
Unable to complete automation for capturing TCP dump.
Full automation output can be viewed here: ${job.url}#output
type: pd-note-incident-notification
onsuccess:
plugin:
configuration:
incident_id: ${option.incident-id}
incident_id: ${option.pd_incident_id}
note: 'TCP dump has been captured from running container and can be viewed
here: ${job.url}#output'
type: pd-note-incident-notification
Expand All @@ -50,6 +42,10 @@
label: Target Container
name: target-container
required: true
- description: Optionally provide a PagerDuty Incident ID to provide a link to these
diagnostics to incident responders.
label: Incident ID
name: pd_incident_id
plugins:
ExecutionLifecycle: {}
runnerSelector:
Expand Down

0 comments on commit 8a3495e

Please sign in to comment.