Small fix in HL Composer NOTES.txt (#9467)

Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
This commit is contained in:
Sasha (Alejandro Vicente Grabovetsky)
2018-11-23 08:24:16 -08:00
committed by k8s-ci-robot
parent f41767cd53
commit d01183d8a4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
apiVersion: v1
description: Hyperledger Composer REST Server chart
name: hl-composer
version: 1.0.10
version: 1.0.11
appVersion: 0.20.0
keywords:
- blockchain
+1 -1
View File
@@ -19,4 +19,4 @@
{{- end }}
2. Obtain COMPOSER_APIKEY to connect to REST server:
export COMPOSER_APIKEY=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ include "hl-composer.fullname" . }}-hl-composer-rest -o jsonpath="{.data.COMPOSER_APIKEY}" | base64 --decode; echo)
export COMPOSER_APIKEY=$(kubectl get secret --namespace {{ .Release.Namespace }} {{ include "hl-composer.fullname" . }}-rest -o jsonpath="{.data.COMPOSER_APIKEY}" | base64 --decode; echo)