mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Fix path to secrets file
This commit is contained in:
parent
b33f8a929e
commit
4bb978ad7f
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ in
|
|||
vmagent_push_pw = {
|
||||
owner = "vmagent";
|
||||
restartUnits = [ "vmagent.service" ];
|
||||
sopsFile = ../../../../shared/secrets.yaml;
|
||||
sopsFile = ../../../shared/secrets.yaml;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue