From 5b3726cc6578460cba861e440ea2b565b9f5c599 Mon Sep 17 00:00:00 2001 From: Christian Schlotter Date: Thu, 7 Mar 2024 11:38:08 +0100 Subject: [PATCH] Set provider label for vm-operator as runtime-extension --- test/infrastructure/vm-operator/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/infrastructure/vm-operator/kustomization.yaml b/test/infrastructure/vm-operator/kustomization.yaml index bb2126b6db..58cb7e17ac 100644 --- a/test/infrastructure/vm-operator/kustomization.yaml +++ b/test/infrastructure/vm-operator/kustomization.yaml @@ -4,7 +4,7 @@ kind: Kustomization commonLabels: # vm-operator is not a CAPI provider, but by adding this label # we can get this installed by Cluster APIs Tiltfile. - cluster.x-k8s.io/provider: "infrastructure-vm-operator" + cluster.x-k8s.io/provider: "runtime-extension-vm-operator" resources: - vm-operator.yaml