Skip to content

Commit

Permalink
Fix ovn4nfv outdated crd
Browse files Browse the repository at this point in the history
  • Loading branch information
floryut committed Sep 23, 2021
1 parent c0e1211 commit 0c70c10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci/packet.yml
Expand Up @@ -128,8 +128,8 @@ packet_opensuse-canal:
when: on_success

packet_ubuntu18-ovn4nfv:
stage: deploy-part2
extends: .packet_periodic
stage: unit-tests
extends: .packet_pr
when: on_success

# ### MANUAL JOBS
Expand Down
@@ -1,7 +1,7 @@

---

apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: networks.k8s.plugin.opnfv.org
Expand Down Expand Up @@ -121,7 +121,7 @@ spec:


---
apiVersion: apiextensions.k8s.io/v1beta1
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
name: providernetworks.k8s.plugin.opnfv.org
Expand Down

0 comments on commit 0c70c10

Please sign in to comment.