update trigger

This commit is contained in:
RingOfStorms (Joshua Bell) 2026-01-06 23:14:41 -06:00
parent 00e25fa216
commit 20128c80ef

View file

@ -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;