mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove base 64 encoding requirement from ConfigMap
This commit is contained in:
parent
e37a8c37fd
commit
75c33dbcf1
@ -30,7 +30,7 @@ metadata:
|
||||
name: bdb-keyring
|
||||
namespace: default
|
||||
data:
|
||||
bdb-keyring: "<b64 encoded, ':' separated list of public keys>"
|
||||
bdb-keyring: "':' separated list of public keys>"
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
@ -38,4 +38,4 @@ metadata:
|
||||
name: bdb-public-key
|
||||
namespace: default
|
||||
data:
|
||||
bdb-public-key: "<b64 encoded public key>"
|
||||
bdb-public-key: "<public key>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user