Fix prometheus/loki cache keys not writing to same file
This commit is contained in:
parent
24c28283d4
commit
005ac30c21
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ in
|
||||||
{{ .Cert | writeToFile "${client_cert}" "${config.khscodes.services.alloy.user}" "${config.khscodes.services.alloy.group}" "0644" }}
|
{{ .Cert | writeToFile "${client_cert}" "${config.khscodes.services.alloy.user}" "${config.khscodes.services.alloy.group}" "0644" }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
'';
|
'';
|
||||||
destination = "/var/lib/alloy/cache.key";
|
destination = "/var/lib/alloy/loki.cache";
|
||||||
owner = "alloy";
|
owner = "alloy";
|
||||||
group = "alloy";
|
group = "alloy";
|
||||||
perms = "0600";
|
perms = "0600";
|
||||||
|
|
|
@ -62,7 +62,7 @@ in
|
||||||
{{ .Cert | writeToFile "${client_cert}" "${config.khscodes.services.alloy.user}" "${config.khscodes.services.alloy.group}" "0644" }}
|
{{ .Cert | writeToFile "${client_cert}" "${config.khscodes.services.alloy.user}" "${config.khscodes.services.alloy.group}" "0644" }}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
'';
|
'';
|
||||||
destination = "/var/lib/alloy/cache.key";
|
destination = "/var/lib/alloy/prometheus.cache";
|
||||||
owner = "alloy";
|
owner = "alloy";
|
||||||
group = "alloy";
|
group = "alloy";
|
||||||
perms = "0600";
|
perms = "0600";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue