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