summaryrefslogtreecommitdiffstats
path: root/examples/README.md
diff options
context:
space:
mode:
authorTim Bielawa <timbielawa@gmail.com>2017-04-28 12:41:09 -0400
committerGitHub <noreply@github.com>2017-04-28 12:41:09 -0400
commitd8a70bbd179c59e121a652f2b590f65ed7889eab (patch)
tree9d8c16df98ac710f1624acb5afc6f0d8be44fc82 /examples/README.md
parent7de281c7a8ddfcde6b416e3c4b0b2abb6c6c67a7 (diff)
parentb23be0da38759744cebc8d4b454af1299d97a445 (diff)
downloadopenshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.tar.gz
openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.tar.bz2
openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.tar.xz
openshift-d8a70bbd179c59e121a652f2b590f65ed7889eab.zip
Merge branch 'master' into contrib_pre-commit_hook
Diffstat (limited to 'examples/README.md')
-rw-r--r--examples/README.md26
1 files changed, 13 insertions, 13 deletions
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 - <<PVC
- ---
- apiVersion: v1
- kind: PersistentVolumeClaim
- metadata:
- name: certcheck-reports
- spec:
- accessModes:
- - ReadWriteOnce
- resources:
- requests:
- storage: 1Gi
- PVC
+ oc create -f - <<PVC
+ ---
+ apiVersion: v1
+ kind: PersistentVolumeClaim
+ metadata:
+ name: certcheck-reports
+ spec:
+ accessModes:
+ - ReadWriteOnce
+ resources:
+ requests:
+ storage: 1Gi
+ PVC
With that we can run the `Job` once: