Corrected the YAML annotation for access and secret KeySecret
This commit is contained in:
parent
6bacf44f2f
commit
d62a20ab39
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user