From 3af261be16a9e4137df8c5fca120cff224626098 Mon Sep 17 00:00:00 2001 From: Jon Uriarte Date: Thu, 20 Feb 2025 13:09:37 +0100 Subject: [PATCH] Add missing kubeconfig file name to shiftstack test The kubeconfig file name was missing in the extra var rhoso_kubeconfig when running the shiftstack playbook inside the shiftstackclient pod. --- roles/shiftstack/tasks/test_config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/shiftstack/tasks/test_config.yml b/roles/shiftstack/tasks/test_config.yml index 02e7cf746a..de3d57a9ec 100644 --- a/roles/shiftstack/tasks/test_config.yml +++ b/roles/shiftstack/tasks/test_config.yml @@ -38,7 +38,7 @@ -e ocp_cluster_name={{ cifmw_shiftstack_cluster_name }} -e user_cloud={{ cifmw_shiftstack_project_name }} -e hypervisor={{ cifmw_shiftstack_hypervisor }} - -e rhoso_kubeconfig={{ cifmw_shiftstack_shiftstackclient_incluster_kubeconfig_dir }} + -e rhoso_kubeconfig={{ cifmw_shiftstack_shiftstackclient_incluster_kubeconfig_dir }}/kubeconfig ansible.builtin.include_tasks: exec_command_in_pod.yml rescue: