Skip to content

Commit

Permalink
Fix CI/CD
Browse files Browse the repository at this point in the history
Signed-off-by: dviejokfs <[email protected]>
  • Loading branch information
dviejokfs committed Sep 20, 2022
1 parent 7306ea2 commit 34e295d
Show file tree
Hide file tree
Showing 4 changed files with 106 additions and 18 deletions.
15 changes: 0 additions & 15 deletions api/hlf.kungfusoftware.es/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions config/crd/bases/hlf.kungfusoftware.es_fabriccas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1005,6 +1005,7 @@ spec:
parentServer:
properties:
caName:
description: FabricCA Name of the organization
type: string
url:
type: string
Expand Down Expand Up @@ -1750,6 +1751,7 @@ spec:
parentServer:
properties:
caName:
description: FabricCA Name of the organization
type: string
url:
type: string
Expand Down
18 changes: 18 additions & 0 deletions config/crd/bases/hlf.kungfusoftware.es_fabricfollowerchannels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,53 +46,71 @@ spec:
description: FabricFollowerChannelSpec defines the desired state of FabricFollowerChannel
properties:
anchorPeers:
description: Anchor peers defined for the current organization
items:
properties:
host:
description: Host of the anchor peer
type: string
port:
description: Port of the anchor peer
type: integer
required:
- host
- port
type: object
type: array
hlfIdentity:
description: Identity to use to interact with the peers and the orderers
properties:
secretKey:
description: Key inside the secret that holds the private key
and certificate to interact with the network
type: string
secretName:
description: Secret name
type: string
secretNamespace:
default: default
description: Secret namespace
type: string
required:
- secretKey
- secretName
- secretNamespace
type: object
mspId:
description: MSP ID of the organization to join the channel
type: string
name:
description: Name of the channel
type: string
orderers:
description: Orderers to fetch the configuration block from
items:
properties:
certificate:
description: TLS Certificate of the orderer node
type: string
url:
description: 'URL of the orderer, e.g.: "grpcs://xxxxx:443"'
type: string
required:
- certificate
- url
type: object
type: array
peersToJoin:
description: Peers to join the channel
items:
properties:
name:
description: FabricPeer Name of the peer inside the kubernetes
cluster
type: string
namespace:
description: FabricPeer Namespace of the peer inside the kubernetes
cluster
type: string
required:
- name
Expand Down
Loading

0 comments on commit 34e295d

Please sign in to comment.