You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Provide a mechanism to do an "assisted FluxCD" apply, on top of a future manual implementation of a system that directly uses the Kubernetes API to apply the resources and manages dependency gates (#10). This would require a reference to a local Git repo on-disk (or we could internalise the cloning and pushing of it?)
Enlighten the diff functionality so diffs can run against the cluster itself
Add the resource files to the Git repo, stage the changes, commit, and push
Set the annotation via Flux to force an immediately scheduled pull
Watch resources and report the progress of the apply to the user
Respond with a success/failure
The text was updated successfully, but these errors were encountered:
Provide a mechanism to do an "assisted FluxCD" apply, on top of a future manual implementation of a system that directly uses the Kubernetes API to apply the resources and manages dependency gates (#10). This would require a reference to a local Git repo on-disk (or we could internalise the cloning and pushing of it?)
The text was updated successfully, but these errors were encountered: