S3 based on config MAP + Rework distant... config
This commit is contained in:
@@ -84,7 +84,11 @@ type Key struct {
|
||||
type Artifact struct {
|
||||
Name string `yaml:"name"`
|
||||
Path string `yaml:"path"`
|
||||
S3 *Key `yaml:"s3,omitempty"`
|
||||
}
|
||||
|
||||
type ArtifactRepositoryRef struct {
|
||||
ConfigMap string `yaml:"configMap"`
|
||||
Key string `yaml:"key"`
|
||||
}
|
||||
|
||||
type InOut struct {
|
||||
|
||||
Reference in New Issue
Block a user