Przeglądaj źródła

Config was missed before replace.

Signed-off-by: jkaurredhat <jkaur@redhat.com>
jkaurredhat 7 lat temu
rodzic
commit
cbba0d689f

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