Correct go json tags (extra space).

This commit is contained in:
Oleksii Kliukin 2017-04-10 16:57:33 +02:00 committed by Murat Kabilov
parent 322676a6b9
commit 5b66d0adba
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ type Config struct {
ServiceAccountName string `split_words:"true" default:"operator"` ServiceAccountName string `split_words:"true" default:"operator"`
DbHostedZone string `split_words:"true" default:"db.example.com"` DbHostedZone string `split_words:"true" default:"db.example.com"`
EtcdScope string `split_words:"true" default:"service"` EtcdScope string `split_words:"true" default:"service"`
WALES3Bucket string `envconfig: "wal_s3_bucket"` WALES3Bucket string `envconfig:"wal_s3_bucket"`
KubeIAMRole string `envconfig: "kube_iam_role"` KubeIAMRole string `envconfig:"kube_iam_role"`
DebugLogging bool `split_words:"true" default:"false"` DebugLogging bool `split_words:"true" default:"false"`
} }