فهرست منبع

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: