summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-hosted/private/redeploy-router-certificates.yml
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2018-02-06 08:44:08 -0500
committerGitHub <noreply@github.com>2018-02-06 08:44:08 -0500
commitf048e7dec959cd3a0d10d007d1afaa62864172e0 (patch)
tree76868265d16d70bbb7da1d6b5e68c9d62759e175 /playbooks/openshift-hosted/private/redeploy-router-certificates.yml
parent4cb057694f0b07facb0f0ae53db9a62ddb5d094a (diff)
parentaf858e077e62e8e85f00f9f966ea45f0baef04a1 (diff)
downloadopenshift-f048e7dec959cd3a0d10d007d1afaa62864172e0.tar.gz
openshift-f048e7dec959cd3a0d10d007d1afaa62864172e0.tar.bz2
openshift-f048e7dec959cd3a0d10d007d1afaa62864172e0.tar.xz
openshift-f048e7dec959cd3a0d10d007d1afaa62864172e0.zip
Merge pull request #7005 from mtnbikenc/fix-rollout
Use rollout instead of deploy (deprecated)
Diffstat (limited to 'playbooks/openshift-hosted/private/redeploy-router-certificates.yml')
-rw-r--r--playbooks/openshift-hosted/private/redeploy-router-certificates.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/playbooks/openshift-hosted/private/redeploy-router-certificates.yml b/playbooks/openshift-hosted/private/redeploy-router-certificates.yml
index 0df748f47..952a5f4ee 100644
--- a/playbooks/openshift-hosted/private/redeploy-router-certificates.yml
+++ b/playbooks/openshift-hosted/private/redeploy-router-certificates.yml
@@ -129,8 +129,7 @@
- name: Redeploy router
command: >
- {{ openshift_client_binary }} deploy dc/router
- --latest
+ {{ openshift_client_binary }} rollout latest dc/router
--config={{ router_cert_redeploy_tempdir.stdout }}/admin.kubeconfig
-n default