Skip to content

Dynamic Args ? #75

Closed Answered by codablock
darktempla asked this question in Q&A
Oct 21, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

dynamicArgs is a relict from an older incarnation of kluctl. In the past, we had a proprietary controller running in our clusters that allowed to remotely trigger deployments and override args while doing this. As a security measure, I limited overriding to args that got explicitly allowed via dynamicArgs. This proprietary controller is dead now and the open source flux-kluctl-controller will never have such a feature (a rest api to trigger deployments) and instead fully rely on CRDs/CRs.

As this removes the initial reasons for dynamicArgs, I finally decided to ditch dynamicArgs in a future release. 2.16.0 will already deprecate it via #71 (48cf6db to be specific) which will then cause kl…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@codablock
Comment options

@darktempla
Comment options

Answer selected by darktempla
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants