Skip to content

Commit

Permalink
updated CRD to match new group API
Browse files Browse the repository at this point in the history
Signed-off-by: Nathaniel Graham <[email protected]>
  • Loading branch information
ngraham20 committed Aug 7, 2024
1 parent 9176ac5 commit 691cb5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit-test-crds/internal-hub-component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
# name must match the spec fields below, and be in the form: <plural>.<group>
name: internalhubcomponents.operator.open-cluster-management.io
name: internalhubcomponents.multicluster.openshift.io
spec:
# group name to use for REST API: /apis/<group>/<version>
group: operator.open-cluster-management.io
group: multicluster.openshift.io
# list of versions supported by this CustomResourceDefinition
versions:
- name: v1
Expand Down

0 comments on commit 691cb5a

Please sign in to comment.