Skip to content

Commit d029aca

Browse files
BlakeHastingsBlake Hastings
andauthored
Infisical: ship Alloy logs to observability-vm.lan (#8)
provision-infisical.yml was passing observability_server_ip='' to the reusable workflow, so Alloy installed by base-vm.yml rendered with the empty default and silently shipped nothing. Same fix as the gateway VMs. Re-dispatch Provision Infisical to apply. Co-authored-by: Blake Hastings <blake@example.com>
1 parent 3c22730 commit d029aca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/provision-infisical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
memory_mb: 4096
4242
disk_gb: 40
4343
terraform_working_dir: "terraform/nodes/infisical-vm"
44-
observability_server_ip: ""
44+
observability_server_ip: "observability-vm.lan" # Alloy ships container logs + journal here
4545
infisical_identity_id: ${{ vars.INFISICAL_IDENTITY_ID }}
4646
infisical_project_slug: ${{ vars.INFISICAL_PROJECT_SLUG }}
4747

0 commit comments

Comments
 (0)