Skip to content

Commit

Permalink
Merge branch 'feature/ca-features' of https://github.com/hyperledger-…
Browse files Browse the repository at this point in the history
…labs/hlf-operator into feature/ca-features

Signed-off-by: dviejokfs <[email protected]>
  • Loading branch information
dviejokfs committed Sep 26, 2022
2 parents 464adb2 + 9c77cf5 commit a236291
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions api/hlf.kungfusoftware.es/v1alpha1/hlf_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package v1alpha1

import (
"fmt"

"github.com/kfsoftware/hlf-operator/pkg/status"
"k8s.io/api/networking/v1beta1"
kubeclock "k8s.io/apimachinery/pkg/util/clock"
Expand Down Expand Up @@ -1887,6 +1888,7 @@ type HLFIdentity struct {
// Key inside the secret that holds the private key and certificate to interact with the network
SecretKey string `json:"secretKey"`
}

type FabricFollowerChannelExternalPeer struct {
// FabricPeer URL of the peer
URL string `json:"url"`
Expand Down
2 changes: 0 additions & 2 deletions website-docs/docs/channel-management/followerchannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@ kubectl hlf channelcrd follower create \
--secret-ns=default \
--secret-key="peer-org1.yaml"
```


2 changes: 1 addition & 1 deletion website-docs/docs/channel-management/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ kubectl hlf ca enroll --name=$CA_NAME --namespace=$CA_NAMESPACE \

## Create secret

We need to create a secret for the operator to use the certificates to create the channel and update th-e channel configuration.
We need to create a secret for the operator to use the certificates to create the channel and update the channel configuration.

```bash
kubectl create secret generic wallet --namespace=default \
Expand Down
2 changes: 1 addition & 1 deletion website-docs/docs/reference/technical.md
Original file line number Diff line number Diff line change
Expand Up @@ -10778,5 +10778,5 @@ string
<hr/>
<p><em>
Generated with <code>gen-crd-api-reference-docs</code>
on git commit <code>c64c8b7</code>.
on git commit <code>464adb2</code>.
</em></p>

0 comments on commit a236291

Please sign in to comment.