Skip to content

Commit

Permalink
Add regex for ETCD_VERSION in trillian/schema.yaml
Browse files Browse the repository at this point in the history
Limit the Etcd version to 3.x.x, as anything other than v3 is likely to
be incompatible.
  • Loading branch information
Rob Percival committed Jan 9, 2019
1 parent 9837965 commit cc71df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/trillian/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ properties:
type: string
title: Etcd version
default: 3.2.13
pattern: 3\.\d+\.\d+
ETCD_SERVICE_ACCOUNT:
type: string
title: Etcd Service Account
Expand Down

0 comments on commit cc71df5

Please sign in to comment.