bryopsida / eureka-operator

A operator using the eureka library to manage and join systems based on seeded configuration profiles
The Unlicense
0 stars 0 forks source link

Implement Filemanager #5

Open bryopsida opened 2 months ago

bryopsida commented 2 months ago

The operator needs to be able to inject configuration files to the system that other things are watching/waiting on. To start with, it should be able to seed values in a configuration file tree where the files are keys and the contents are the key values. It should also support regex replacements of existing configuration files. The operations should be idempotent but also tracked to avoid causing unneeded syscalls/io ops.

TODO