cmmc
cmmc copied to clipboard
K8S ConfigMap Merging Controller
Currently, we support adding `JSONSchema` as a field that is an inlined string, it would be nice to also be able to reference a ConfigMap here so it can be...
Currently, once a `MergeTarget` manages a `ConfigMap`, any changes to the managed resource will be overwritten by CMMC. It might be useful to allow a permissive mode to the `MergeTarget`...
This should either probably be resolved, or included in the design for: - #3 Because JSON is a subset of YAML, we do YAML parse of everything that has a...
Currently, cmmc only supports doing [JSONSchema][1] validation. It would be nice to support something like a custom validators via some syntax in the `MergeTarget` like: ```yaml # .... data: key:...