linkerd2/chart
Andrew Seigner a8830b2323
Set heartbeat cronjobs to not restart on failure (#3174)
The heartbeat cronjob specified `restartPolicy: OnFailure`. In cases
where failure was non-transient, such as if a cluster did not have
internet access, this would continuously restart and fail.

Change the heartbeat cronjob to `restartPolicy: Never`, as a failed job
has no user-facing impact.

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2019-07-31 13:51:13 -07:00
..
templates Set heartbeat cronjobs to not restart on failure (#3174) 2019-07-31 13:51:13 -07:00
Chart.yaml Introduce go generate to embed static templates (#2189) 2019-02-04 18:09:47 -08:00