Open felixscheinost opened 1 year ago
I need to populate a ConfigMap with a key that is starting with a underscore but the resulting ConfigMap doesn't contain the expected keys.
ConfigMap
Example:
kubernetes.resources.configMaps.foo.data._FOO = "_bar";
It seems this like is the culprit: https://github.com/hall/kubenix/blob/e4d036576436b9983216584a89388af3da995043/modules/k8s.nix#L21
Do you know what the purpose of this filter is?
I tried going back the git history but I reached cbf84e25a574b9bad1a97e1e29a2d5b2fe7d660a (first commit).
I need to populate a
ConfigMap
with a key that is starting with a underscore but the resultingConfigMap
doesn't contain the expected keys.Example:
It seems this like is the culprit: https://github.com/hall/kubenix/blob/e4d036576436b9983216584a89388af3da995043/modules/k8s.nix#L21
Do you know what the purpose of this filter is?
I tried going back the git history but I reached cbf84e25a574b9bad1a97e1e29a2d5b2fe7d660a (first commit).