From d204df14333ce2d15fc09f300210de58ae196308 Mon Sep 17 00:00:00 2001 From: David VIEJO Date: Sat, 13 Mar 2021 20:27:11 +0100 Subject: [PATCH] Update README --- Dockerfile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index daa6afa9..f2d1fc43 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.3 LABEL name="HLF Operator" \ vendor="Kung Fu Software " \ maintainer="Kung Fu Software " \ - version="v1.0.0" \ - release="v1.0.0" + version="v1.1.0" \ + release="v1.1.0" COPY CREDITS /licenses/CREDITS COPY LICENSE /licenses/LICENSE diff --git a/README.md b/README.md index 77a073ff..2adcf386 100644 --- a/README.md +++ b/README.md @@ -119,9 +119,9 @@ kubectl hlf ca register --name=ord-ca --user=admin --secret=adminpw \ kubectl hlf ca enroll --name=ord-ca --user=admin --secret=adminpw --mspid Ord2MSP \ --ca-name ca --output admin-ordservice.yaml -## add user from admin-ordservice.yaml to ordservice.yaml ``` +> IMPORTANT!!: **Add user from admin-ordservice.yaml to ordservice.yaml** if not, following commands will not work ## Create a consortium ```bash @@ -139,9 +139,9 @@ kubectl hlf ca enroll --name=org1-ca --user=admin --secret=adminpw --mspid Org1M kubectl hlf inspect --output org1.yaml -o Org1MSP -o OrdererMSP -## add user key and cert to org1.yaml from admin-ordservice.yaml ``` +> IMPORTANT!!: **Add user from peer-org1.yaml to org1.yaml** if not, following commands will not work ## Create a channel ```bash