mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Small fix in HL Composer NOTES.txt (#9467)
Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
This commit is contained in:
committed by
k8s-ci-robot
parent
f41767cd53
commit
d01183d8a4
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user