Procházet zdrojové kódy

test/aws: use machines.machine.openshift.io kind

Vadim Rutkovsky před 6 roky
rodič
revize
a7626e70c2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      test/aws/create_machineset.yml

+ 1 - 1
test/aws/create_machineset.yml

@@ -43,7 +43,7 @@
 - name: wait for machine to be created
   oc_obj:
     state: list
-    kind: machines
+    kind: machines.machine.openshift.io
     namespace: openshift-cluster-api
     selector: "sigs.k8s.io/cluster-api-machineset={{ machineset_name.result }}-centos"
     kubeconfig: "{{ kubeconfig_path }}"