Skip to content

Commit

Permalink
removed the openebs namespace
Browse files Browse the repository at this point in the history
Signed-off-by: sathyaseelan <sathyaseelan.n@cloudbyte.com>
  • Loading branch information
sathyaseelan committed Aug 23, 2018
1 parent c867b7e commit cf2eb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/ansible/playbooks/feature/ha/ha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
- name: Get storage ctrl pod name
shell: >
source ~/.profile;
kubectl get pods -n openebs -l openebs.io/target=cstor-target | grep {{ namespace }}
kubectl get pods -n {{ operator_ns }} -l openebs.io/target=cstor-target | grep {{ namespace }}
args:
executable: /bin/bash
register: result
Expand Down

0 comments on commit cf2eb3b

Please sign in to comment.