mirror of
https://gitlab.com/TECHNOFAB/nixlets.git
synced 2026-05-04 16:49:28 +02:00
4 lines
103 B
Nix
4 lines
103 B
Nix
|
|
{nixlet, ...}: with nixlet; {
|
||
|
|
kubernetes.resources.configMaps."test".data."test" = values.example;
|
||
|
|
}
|