Skip to content

Commit

Permalink
fully Qualify route API in k8s_facts lookups (#342)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3db94a5)
  • Loading branch information
jmontleon committed May 17, 2020
1 parent 7df10ad commit b2d7eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/migrationcontroller/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@

- name: Check if mig ui route exists already so we don't update it
k8s_facts:
api_version: v1
api_version: "route.openshift.io/v1"
kind: Route
name: migration
namespace: "{{ mig_namespace }}"
Expand Down Expand Up @@ -416,7 +416,7 @@

- name: Check if discovery route exists
k8s_facts:
api_version: v1
api_version: "route.openshift.io/v1"
kind: Route
name: discovery
namespace: "{{ mig_namespace }}"
Expand Down

0 comments on commit b2d7eab

Please sign in to comment.