flux v2.9.5

ArtifactGenerator.spec.artifacts[].copy[].from

From specifies the source (by alias) and the glob pattern to match files. The format is "@<alias>/<glob-pattern>". When pathPattern is set, the path may use capture placeholders such as "{app}".

1 fields
ArtifactGenerator.spec.artifacts[].copy[].from fields and descriptions
Field / TypeDescription
ArtifactGenerator.spec.artifacts[].copy[].from
string

From specifies the source (by alias) and the glob pattern to match files. The format is "@<alias>/<glob-pattern>". When pathPattern is set, the path may use capture placeholders such as "{app}".

  • minLength: 1
  • maxLength: 1024
  • pattern: ^@([a-z0-9]([a-z0-9_-]*[a-z0-9])?)/(.*)$