Skip to content

Commit

Permalink
[chore] restart job on failure (open-telemetry#26542)
Browse files Browse the repository at this point in the history
**Description:**
Set up the telemetrygen job to restart on failure

**Link to tracking Issue:**
Fixes open-telemetry#24223


**Testing:**
See
open-telemetry#26530 (comment)
This investigation shows that the job fails to run sometimes. All other
deployments have a policy to restart on failure.
  • Loading branch information
atoulme authored Sep 11, 2023
1 parent 789811c commit 25de0b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ spec:
{{- end }}
image: ghcr.io/open-telemetry/opentelemetry-collector-contrib/telemetrygen:latest
name: telemetrygen
restartPolicy: Never
restartPolicy: OnFailure

0 comments on commit 25de0b3

Please sign in to comment.