From 24ca8f90e0737e7dc2cbb1102928ccf096f628dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pep=20Turr=C3=B3=20Mauri?= Date: Wed, 26 Apr 2017 11:13:47 +0200 Subject: Fix certificate check Job examples The example Job specifications were wrong (they had a Pod spec instead). Also fixing a tabs-vs-spaces problem in examples/README.md. --- examples/README.md | 26 +++++++------- examples/certificate-check-upload.yaml | 56 ++++++++++++++++------------- examples/certificate-check-volume.yaml | 66 ++++++++++++++++++---------------- 3 files changed, 80 insertions(+), 68 deletions(-) (limited to 'examples') diff --git a/examples/README.md b/examples/README.md index 0e412244d..d54752fb9 100644 --- a/examples/README.md +++ b/examples/README.md @@ -69,19 +69,19 @@ To run these examples we prepare the inventory and ssh keys as in the other exam Additionally we allocate a `PersistentVolumeClaim` to store the reports: - oc create -f - <