diff options
author | jkaurredhat <jkaur@redhat.com> | 2017-07-14 05:55:45 +0530 |
---|---|---|
committer | jkaurredhat <jkaur@redhat.com> | 2017-07-14 05:55:45 +0530 |
commit | cbba0d689f8dbc8cf533142067a2c529dffa24f3 (patch) | |
tree | 8bde900775579ee5141e9c2e651a805e95f5ab97 /playbooks/common/openshift-cluster/redeploy-certificates | |
parent | 61fbb6b57e41651beef6f226ae59683880c113c9 (diff) | |
download | openshift-cbba0d689f8dbc8cf533142067a2c529dffa24f3.tar.gz openshift-cbba0d689f8dbc8cf533142067a2c529dffa24f3.tar.bz2 openshift-cbba0d689f8dbc8cf533142067a2c529dffa24f3.tar.xz openshift-cbba0d689f8dbc8cf533142067a2c529dffa24f3.zip |
Config was missed before replace.
Signed-off-by: jkaurredhat <jkaur@redhat.com>
Diffstat (limited to 'playbooks/common/openshift-cluster/redeploy-certificates')
-rw-r--r-- | playbooks/common/openshift-cluster/redeploy-certificates/router.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |