From 0764505a10eedfe5e5efcc0e98b94382bb1836c6 Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Fri, 7 Apr 2017 16:04:34 +0200 Subject: [PATCH] correct the wal bucket parameter name. --- pkg/util/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/config/config.go b/pkg/util/config/config.go index bfd7644db..223b77048 100644 --- a/pkg/util/config/config.go +++ b/pkg/util/config/config.go @@ -41,7 +41,7 @@ type Config struct { ServiceAccountName string `split_words:"true" default:"operator"` DbHostedZone string `split_words:"true" default:"db.example.com"` EtcdScope string `split_words:"true" default:"service"` - WALES3Bucket string `envconfig: "wale_s3_bucket"` + WALES3Bucket string `envconfig: "wal_s3_bucket"` KubeIAMRole string `envconfig: "kube_iam_role"` DebugLogging bool `split_words:"true" default:"false"` }