summaryrefslogtreecommitdiffstats
path: root/examples/certificate-check-volume.yaml
Commit message (Collapse)AuthorAgeFilesLines
* Fix certificate check Job examplesPep TurrĂ³ Mauri2017-04-261-30/+36
| | | | | The example Job specifications were wrong (they had a Pod spec instead). Also fixing a tabs-vs-spaces problem in examples/README.md.
* Add example scheduled certificate checkPep TurrĂ³ Mauri2017-04-061-0/+54
Additional certificate expiration check playbooks: - one that that uploads the generated reports to a location in the masters - one that uses custom report paths with timestamps OpenShift Job and ScheduledJob examples that use these playbooks run from a container to check cluster certificates from within the cluster itself.