S3 based on config MAP + Rework distant... config

This commit is contained in:
mr
2026-02-25 09:02:24 +01:00
parent 9fb973179b
commit 921ee900ce
6 changed files with 528 additions and 292 deletions

View File

@@ -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 {