Skip to content

Commit

Permalink
Small fix in HL Composer NOTES.txt (helm#9467)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Vicente Grabovetsky <[email protected]>
  • Loading branch information
alexvicegrab authored and k8s-ci-robot committed Nov 23, 2018
1 parent f41767c commit d01183d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/hl-composer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion stable/hl-composer/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit d01183d

Please sign in to comment.