docker-stack: fix deploy.labels option

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-16 13:39:34 +03:00
parent c0132f30bb
commit a79be701b6
Signed by: pleshevskiy
GPG key ID: 79C4487B44403985

View file

@ -97,7 +97,7 @@ let
};
deploy = {
labels = {
labels = mkOption {
default = [ ];
type = types.listOf types.str;
description = lib.mdDoc "Specify labels for the service.";