cmmc icon indicating copy to clipboard operation
cmmc copied to clipboard

K8S ConfigMap Merging Controller

Results 4 cmmc issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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`...

enhancement

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...

bug

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:...

enhancement