update secret
This commit is contained in:
parent
c259a93c7a
commit
41ad65a8a4
1 changed files with 5 additions and 6 deletions
|
|
@ -54,12 +54,11 @@ let
|
|||
gid = 977;
|
||||
}
|
||||
# Secret key base file - manual setup
|
||||
# Uncomment when you have created the secret file
|
||||
# {
|
||||
# host = "${hostDataDir}/secrets/secret_key_base";
|
||||
# container = "/var/secrets/secret_key_base";
|
||||
# readOnly = true;
|
||||
# }
|
||||
{
|
||||
host = "${hostDataDir}/secrets/secret_key_base";
|
||||
container = "/var/secrets/secret_key_base";
|
||||
readOnly = true;
|
||||
}
|
||||
];
|
||||
|
||||
bindsWithUsers = lib.filter (b: b ? user) binds;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue