Config management pipeline #6671
Aenima4six2
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ArgoCD already supports defining custom config management tools, however, often times we just want to augment the input or output of an already supported tool (like Kustomize). What would be great, is if the ArgoCD
Application
spec supported apre-exec
andpost-exec
field. These fields would not alter the target config management tool, but would allow users to run a custom utility before and after the configured management tool executed. If usingKustomize
, the result would yield something like<pre-exec-tool> | kustomize build ... | <post-exec-tool>
Beta Was this translation helpful? Give feedback.
All reactions