mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-03-22 10:39:27 +01:00
3 lines
103 B
Nix
3 lines
103 B
Nix
{nixlet, ...}: with nixlet; {
|
|
kubernetes.resources.configMaps."test".data."test" = values.example;
|
|
}
|