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"`
|
Bucket string `yaml:"bucket"`
|
||||||
EndPoint string `yaml:"endpoint"`
|
EndPoint string `yaml:"endpoint"`
|
||||||
Insecure bool `yaml:"insecure"`
|
Insecure bool `yaml:"insecure"`
|
||||||
AccessKeySecret *Secret `yaml: accessKeySecret`
|
AccessKeySecret *Secret `yaml:"accessKeySecret"`
|
||||||
SecretKeySecret *Secret `yaml: secretKeySecret`
|
SecretKeySecret *Secret `yaml:"secretKeySecret"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type Artifact struct {
|
type Artifact struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user