瀏覽代碼

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: