Skip to content

Commit 6c21b81

Browse files
eurijonrlobillo
authored andcommitted
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.
1 parent 80ead32 commit 6c21b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: roles/shiftstack/tasks/test_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
-e ocp_cluster_name={{ cifmw_shiftstack_cluster_name }}
3939
-e user_cloud={{ cifmw_shiftstack_project_name }}
4040
-e hypervisor={{ cifmw_shiftstack_hypervisor }}
41-
-e rhoso_kubeconfig={{ cifmw_shiftstack_shiftstackclient_incluster_kubeconfig_dir }}
41+
-e rhoso_kubeconfig={{ cifmw_shiftstack_shiftstackclient_incluster_kubeconfig_dir }}/kubeconfig
4242
ansible.builtin.include_tasks: exec_command_in_pod.yml
4343

4444
rescue:

0 commit comments

Comments
 (0)