소스 검색

Config was missed before replace.

Signed-off-by: jkaurredhat <jkaur@redhat.com>
jkaurredhat 7 년 전
부모
커밋
cbba0d689f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      playbooks/common/openshift-cluster/redeploy-certificates/router.yml

+ 1 - 1
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: