Fix installer for oc 4.3

This commit is contained in:
Shane McDonald
2020-05-06 11:37:08 -04:00
parent 3aa6e8a457
commit a461df0e4d
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
---
openshift_oc_config_file: "{{ kubernetes_base_path }}/.kube/config"
openshift_oc_bin: "oc --config={{ openshift_oc_config_file }}"
openshift_oc_bin: "oc {{ oc_kubeconfig_option }}={{ openshift_oc_config_file }}"