From cbba0d689f8dbc8cf533142067a2c529dffa24f3 Mon Sep 17 00:00:00 2001 From: jkaurredhat Date: Fri, 14 Jul 2017 05:55:45 +0530 Subject: Config was missed before replace. Signed-off-by: jkaurredhat --- playbooks/common/openshift-cluster/redeploy-certificates/router.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'playbooks/common/openshift-cluster') diff --git a/playbooks/common/openshift-cluster/redeploy-certificates/router.yml b/playbooks/common/openshift-cluster/redeploy-certificates/router.yml index f46553a95..748bbbf91 100644 --- a/playbooks/common/openshift-cluster/redeploy-certificates/router.yml +++ b/playbooks/common/openshift-cluster/redeploy-certificates/router.yml @@ -118,7 +118,7 @@ --type=kubernetes.io/tls --config={{ mktemp.stdout }}/admin.kubeconfig --confirm - -o json | {{ openshift.common.client_binary }} replace -f - + -o json | {{ openshift.common.client_binary }} --config={{ mktemp.stdout }}/admin.kubeconfig replace -f - - name: Remove temporary router certificate and key files file: -- cgit v1.2.3