Remove base 64 encoding requirement from ConfigMap

This commit is contained in:
krish7919 (Krish) 2017-05-30 15:17:49 +02:00 committed by Krish
parent e37a8c37fd
commit 75c33dbcf1
1 changed files with 2 additions and 2 deletions

View File

@ -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>"