We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
kubenix/modules/k8s.nix
Line 21 in e4d0365
Do you know what the purpose of this filter is?
I tried going back the git history but I reached cbf84e2 (first commit).
The text was updated successfully, but these errors were encountered:
fix ConfigMap data with leading underscore (hall#44)
20c66c2
242a48d
No branches or pull requests
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:
kubenix/modules/k8s.nix
Line 21 in e4d0365
Do you know what the purpose of this filter is?
I tried going back the git history but I reached cbf84e2 (first commit).
The text was updated successfully, but these errors were encountered: