sops/compat: fix name reference
This commit is contained in:
@@ -90,7 +90,7 @@
|
|||||||
description = ''
|
description = ''
|
||||||
name of the secret
|
name of the secret
|
||||||
'';
|
'';
|
||||||
default = secret.name;
|
default = secret.config._module.args.name;
|
||||||
};
|
};
|
||||||
path = lib.mkOption {
|
path = lib.mkOption {
|
||||||
type = lib.types.path;
|
type = lib.types.path;
|
||||||
|
|||||||
Reference in New Issue
Block a user