Prechádzať zdrojové kódy

Use the full path for the kubeconfig

Jason DeTiberus 10 rokov pred
rodič
commit
a22471f1e1
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      roles/base_os/tasks/main.yaml

+ 1 - 1
roles/base_os/tasks/main.yaml

@@ -15,7 +15,7 @@
   lineinfile:
     dest: /root/.bash_profile
     regexp: "KUBECONFIG="
-    line: "export KUBECONFIG={{ openshift_master_credentials_dir }}.kubeconfig"
+    line: "export KUBECONFIG=/var/lib/openshift/openshift.local.certificates/admin/.kubeconfig"
     state: present
     insertafter: EOF