Skip to content

Commit d8755bb

Browse files
authored
Update O2IMS provisionedResources to provisionedResourceSet per CRD (#66)
Alok pointed out that the original yaml we received had an old field that did not match the CR, updating that field.
1 parent 4ca0a63 commit d8755bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/crd/bases/o2ims.provisioning.oran.org_provisioningrequests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ spec:
8686
type: object
8787
description: ProvisioningRequestStatus defines the observed state of ProvisioningRequest
8888
properties:
89-
provisionedResources:
89+
provisionedResourceSet:
9090
description: |
9191
The resources that have been successfully provisioned as part of the provisioning process.
9292
properties:

0 commit comments

Comments
 (0)