diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-06-08 14:23:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-08 14:23:58 -0400 |
commit | 51a4f39bf097b6acef51b827f4dfe2212642b478 (patch) | |
tree | dc6c091af739db2f09678500f4c3413164aada65 /examples/certificate-check-volume.yaml | |
parent | 7c6d6a7e1bba389ebbeec5fd5170a8b8dff6c442 (diff) | |
parent | 32b7b0aba720502c528d38af74a7b6163d0ec6fa (diff) | |
download | openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.tar.gz openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.tar.bz2 openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.tar.xz openshift-51a4f39bf097b6acef51b827f4dfe2212642b478.zip |
Merge pull request #4330 from codificat/20170531-image-rename
Merged by openshift-bot
Diffstat (limited to 'examples/certificate-check-volume.yaml')
-rw-r--r-- | examples/certificate-check-volume.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/certificate-check-volume.yaml b/examples/certificate-check-volume.yaml index f6613bcd8..dd0a89c8e 100644 --- a/examples/certificate-check-volume.yaml +++ b/examples/certificate-check-volume.yaml @@ -4,10 +4,10 @@ # The generated reports are stored in a Persistent Volume using # the playbook 'html_and_json_timestamp.yaml'. # -# This example uses the openshift/openshift-ansible container image. +# This example uses the openshift/origin-ansible container image. # (see README_CONTAINER_IMAGE.md in the top level dir for more details). # -# The following objects are xpected to be configured before the creation +# The following objects are expected to be configured before the creation # of this Job: # - A ConfigMap named 'inventory' with a key named 'hosts' that # contains the the Ansible inventory file @@ -30,7 +30,7 @@ spec: spec: containers: - name: openshift-ansible - image: openshift/openshift-ansible + image: openshift/origin-ansible env: - name: PLAYBOOK_FILE value: playbooks/certificate_expiry/html_and_json_timestamp.yaml |