فهرست منبع

fixing label selectors

Grega Bremec 3 سال پیش
والد
کامیت
0617c7fdc2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      roles/deploy-central/tasks/main.yml

+ 2 - 2
roles/deploy-central/tasks/main.yml

@@ -41,7 +41,7 @@
     kind: pod
     namespace: rhacs
     label_selectors:
-      - app = central
+      - app=central
   register: central
 
 - name: assert central is there
@@ -89,7 +89,7 @@
     kind: pod
     namespace: rhacs
     label_selectors:
-      - app = central
+      - app=central
   when: not central_is_there
   register: central
   until: (central.resources | length) > 0 and central.resources[0].status.phase == "Running"