Commit Graph

3 Commits

Author SHA1 Message Date
cd88418ef4
fix: preCommand and postCommand injected improperly
these need to be strings we pass as a single object to bash -c, rather
than multiple discrete commands.
2023-04-06 21:15:56 -04:00
656f7b5a4f
deploy(apollo-rhworker): add preCommand and postCommand values for cronjobs (#3)
* deploy(apollo-rhworker): add preCommand and postCommand values for cronjobs

We don't want to assume a user will be running this with Istio as the
RESF is, so we don't always need to kill the istio proxy in this manner

This change moves the existing trap/curl command to terminate the istio
proxy into values.yaml for our deployment allowing it to be overwritten
for others needs

* feat: automatically terminate cronjob after 5 minutes
2023-04-07 01:05:49 +00:00
776f4eddbe
Poll for new advisories every 15 minutes 2023-02-28 11:14:52 -05:00