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/scheduled-certcheck-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/scheduled-certcheck-volume.yaml')
-rw-r--r-- | examples/scheduled-certcheck-volume.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scheduled-certcheck-volume.yaml b/examples/scheduled-certcheck-volume.yaml index 74cdc9e7f..2f26e8809 100644 --- a/examples/scheduled-certcheck-volume.yaml +++ b/examples/scheduled-certcheck-volume.yaml @@ -28,7 +28,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 |