Accessing the build environment of another source when using multiple sources #14855
Labels
component:core
Syncing, diffing, cluster state cache
enhancement
New feature or request
type:enhancement
Summary
Access the build environment of another source when using multiple sources
Motivation
Now we have multiple sources we need a way to use build env vars from the first source as part of the second. E.g.
ARGOCD_APP_REVISION resolves to 1.0.0 whereas I want it to resolve to the revision from repo-1 which I manage. Would be very useful as part of automated image version tagging
Proposal
related feat to add multiple sources: schakrad@a928e3b
and issue: #2789
The text was updated successfully, but these errors were encountered: