Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[HLF-CA] Fix intermediate CAs (#8761)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Vicente Grabovetsky <sasha@aid.technology>
  • Loading branch information
alexvicegrab authored and k8s-ci-robot committed Oct 26, 2018
1 parent 1d5fbd8 commit dec56b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion stable/hlf-ca/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Hyperledger Fabric Certificate Authority chart (these charts are created by AID:Tech and are currently not directly associated with the Hyperledger project)
name: hlf-ca
version: 1.1.2
version: 1.1.3
appVersion: 1.2.0
keywords:
- blockchain
Expand Down
1 change: 0 additions & 1 deletion stable/hlf-ca/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ This CA can then be used to register and enroll identities for clients, admins a

- Kubernetes 1.9+
- PV provisioner support in the underlying infrastructure.
- A running [PostgreSQL Chart](https://github.com/kubernetes/charts/tree/master/stable/postgresql) to host the Hyperledger Fabric CA data, in a database defined under the settings `db.database`.

## Installing the Chart

Expand Down
4 changes: 2 additions & 2 deletions stable/hlf-ca/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,12 @@ spec:
- name: PARENT_CA_ADMIN
valueFrom:
secretKeyRef:
name: {{ .Values.config.intermediate.parent.chart | quote }}
name: {{ .Values.config.intermediate.parent.chart }}--ca
key: CA_ADMIN
- name: PARENT_CA_PASSWORD
valueFrom:
secretKeyRef:
name: {{ .Values.config.intermediate.parent.chart | quote }}
name: {{ .Values.config.intermediate.parent.chart }}--ca
key: CA_PASSWORD
{{- end}}
ports:
Expand Down
2 changes: 1 addition & 1 deletion stable/hlf-ca/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ mysql:
sql-mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
##
## External Database configuration (MySQL or PostgresSQL install outside Kubernetes)
## External Database configuration (MySQL or PostgresSQL installed on/off Kubernetes)
##
externalDatabase:
# Either postgres or mysql
Expand Down

0 comments on commit dec56b7

Please sign in to comment.