diff --git a/models/template.go b/models/template.go index 05dde12..99e5a51 100644 --- a/models/template.go +++ b/models/template.go @@ -71,8 +71,8 @@ type Key struct { Bucket string `yaml:"bucket"` EndPoint string `yaml:"endpoint"` Insecure bool `yaml:"insecure"` - AccessKeySecret *Secret `yaml: accessKeySecret` - SecretKeySecret *Secret `yaml: secretKeySecret` + AccessKeySecret *Secret `yaml:"accessKeySecret"` + SecretKeySecret *Secret `yaml:"secretKeySecret"` } type Artifact struct {