mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
feat(infra): Make relay containers privileged (#8529)
This is needed to load eBPF programs. Related: #8496
This commit is contained in:
@@ -241,6 +241,9 @@ resource "google_compute_instance_template" "application" {
|
||||
|
||||
volumes = []
|
||||
|
||||
# For loading eBPF programs
|
||||
privileged = true
|
||||
|
||||
restartPolicy = "Always"
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user