Skip to content

Commit ce5c85d

Browse files
committed
Clarify 'Negative Consequences' of decision in artifact ADR
1 parent 953d5fd commit ce5c85d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/adr/artifacts.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,10 @@ stored in the status of the source resource (`component`, `resource`, `configure
111111

112112
#### Negative Consequences
113113

114-
- Requires a transformer that can transform the information about the blob-location to a resource that can be consumed
115-
by a deployer, like FluxCDs `source-controller`. For example, a transformation to FluxCDs `OCIRRepository`. (For implementation details of the transformer a separate Deployment ADR will have to be agreed upon.)
114+
- The final OCI artifact that should be used for the deployment needs to be consumable by a deployment-tool, e.g. FluxCDs `source-controller`.
115+
Thus, some kind of consumable Kubernetes resource must be created, e.g. FluxCDs `OCIRepository`.
116+
More details can be retrieved from the respective Deployment ADR.
117+
116118

117119
### Pros and Cons of the Options
118120

0 commit comments

Comments
 (0)