test
This commit is contained in:
parent
c95ddaad4d
commit
2dfb483d67
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
# Set up the secret for the password:
|
# Set up the secret for the password:
|
||||||
sops.secrets.promtail-pass = {
|
sops.secrets.promtail-pass = {
|
||||||
owner = "promtail";
|
owner = "promtail";
|
||||||
sopsFile = ../secrets/secrets.yaml;
|
sopsFile = ../../../secrets/secrets.yaml;
|
||||||
restartUnits = [ "promtail.service" ];
|
restartUnits = [ "promtail.service" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Set up the secrets file for the token:
|
# Set up the secrets file for the token:
|
||||||
sops.secrets.telegraf-token = {
|
sops.secrets.telegraf-token = {
|
||||||
owner = "telegraf";
|
owner = "telegraf";
|
||||||
sopsFile = ../secrets/secrets.yaml;
|
sopsFile = ../../../secrets/secrets.yaml;
|
||||||
restartUnits = [ "telegraf.service" ];
|
restartUnits = [ "telegraf.service" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue