Skip to content

Commit ad3bf03

Browse files
eurijonpablintino
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 0f625af commit ad3bf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/shiftstack/tasks/test_config.yml

Lines changed: 1 addition & 1 deletion
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)