Correct go json tags (extra space).
This commit is contained in:
		
							parent
							
								
									322676a6b9
								
							
						
					
					
						commit
						5b66d0adba
					
				|  | @ -41,8 +41,8 @@ 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: "wal_s3_bucket"` | ||||
| 	KubeIAMRole        string `envconfig: "kube_iam_role"` | ||||
| 	WALES3Bucket       string `envconfig:"wal_s3_bucket"` | ||||
| 	KubeIAMRole        string `envconfig:"kube_iam_role"` | ||||
| 	DebugLogging       bool   `split_words:"true" default:"false"` | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue