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