update trigger
This commit is contained in:
parent
00e25fa216
commit
20128c80ef
1 changed files with 2 additions and 1 deletions
|
|
@ -502,8 +502,9 @@ in
|
||||||
|
|
||||||
pathConfig = {
|
pathConfig = {
|
||||||
PathChanged = secret.path;
|
PathChanged = secret.path;
|
||||||
PathExists = secret.path;
|
|
||||||
Unit = "openbao-secret-changed-${name}.service";
|
Unit = "openbao-secret-changed-${name}.service";
|
||||||
|
TriggerLimitIntervalSec = 30;
|
||||||
|
TriggerLimitBurst = 3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
) cfg.secrets;
|
) cfg.secrets;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue