Skip to content

Commit 63b1d7f

Browse files
committed
fix(.github/workflows): adjust cd.yaml to prepare vm directories for open telemetry
1 parent 483ec56 commit 63b1d7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tf/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ resource "google_compute_instance" "vm" {
9999
systemctl enable --now docker
100100
usermod -aG docker gcpuser
101101
mkdir -p /opt/otel
102+
chown -R gcpuser:gcpuser /opt/otel
102103
EOF
103104
}
104105

0 commit comments

Comments
 (0)