Skip to content

Commit

Permalink
Remove List wrapper around ConfigMap
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Percival committed Jan 9, 2019
1 parent cc71df5 commit 8b23402
Showing 1 changed file with 11 additions and 14 deletions.
25 changes: 11 additions & 14 deletions k8s/trillian/manifest/config.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
apiVersion: v1
kind: List
items:
- apiVersion: v1
kind: ConfigMap
metadata:
name: $NAME-config
labels:
app.kubernetes.io/name: "$NAME"
data:
STORAGE_SYSTEM: mysql
SIGNER_BATCH_SIZE: "500"
SIGNER_INTERVAL: "20ms"
SIGNER_NUM_SEQUENCERS: "10"
SIGNER_RESIGN_ODDS: "1000"
kind: ConfigMap
metadata:
name: $NAME-config
labels:
app.kubernetes.io/name: "$NAME"
data:
STORAGE_SYSTEM: mysql
SIGNER_BATCH_SIZE: "500"
SIGNER_INTERVAL: "20ms"
SIGNER_NUM_SEQUENCERS: "10"
SIGNER_RESIGN_ODDS: "1000"

0 comments on commit 8b23402

Please sign in to comment.