Skip to content

Commit

Permalink
[shiftstack]add missing kubeconfig param
Browse files Browse the repository at this point in the history
  • Loading branch information
rlobillo committed Nov 26, 2024
1 parent 794cc44 commit 14bdc9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/shiftstack/tasks/pre_test_shiftstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

- name: Remove the shiftstackclient pod if exists
kubernetes.core.k8s:
kubeconfig: "{{ cifmw_openshift_kubeconfig }}"
state: absent
api_version: v1
kind: Pod
Expand Down

0 comments on commit 14bdc9e

Please sign in to comment.