From d01183d8a485fc7412ae592056073efaa0276d4a Mon Sep 17 00:00:00 2001 From: "Sasha (Alejandro Vicente Grabovetsky)" Date: Fri, 23 Nov 2018 18:24:16 +0200 Subject: [PATCH] Small fix in HL Composer NOTES.txt (#9467) Signed-off-by: Alejandro Vicente Grabovetsky --- stable/hl-composer/Chart.yaml | 2 +- stable/hl-composer/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/hl-composer/Chart.yaml b/stable/hl-composer/Chart.yaml index 12e03d8872..387c6e231b 100644 --- a/stable/hl-composer/Chart.yaml +++ b/stable/hl-composer/Chart.yaml @@ -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 diff --git a/stable/hl-composer/templates/NOTES.txt b/stable/hl-composer/templates/NOTES.txt index f5a0c958f8..e6be01bf57 100644 --- a/stable/hl-composer/templates/NOTES.txt +++ b/stable/hl-composer/templates/NOTES.txt @@ -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)