Skip to content

Commit

Permalink
updated CRD in helm-chart
Browse files Browse the repository at this point in the history
Signed-off-by: adityajoshi12 <[email protected]>
  • Loading branch information
adityajoshi12 committed Oct 23, 2023
1 parent fc8aa2a commit a5050de
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,9 @@ spec:
items:
type: string
type: array
chaincodeServerPort:
default: 7052
type: integer
command:
description: Entrypoint array. Not executed within a shell. The container
image's ENTRYPOINT is used if this is not provided.
Expand Down Expand Up @@ -1056,6 +1059,8 @@ spec:
type: object
nullable: true
type: array
mspID:
type: string
packageId:
minLength: 1
type: string
Expand Down Expand Up @@ -1129,6 +1134,7 @@ spec:
nullable: true
type: array
required:
- chaincodeServerPort
- image
- imagePullPolicy
- packageId
Expand Down

0 comments on commit a5050de

Please sign in to comment.