nixlets/template/values.nix
2024-03-06 10:23:25 +00:00

11 lines
225 B
Nix

{
lib,
utils,
...
}:
with lib; {
# for some basic values see https://github.com/helm/examples/blob/4888ba8fb8180dd0c36d1e84c1fcafc6efd81532/charts/hello-world/values.yaml
options = {
# define values here
};
}