diff --git a/infrastructure/main.tf b/infrastructure/main.tf index 4463fb1..1a50d6d 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -1246,6 +1246,13 @@ resource "kubernetes_stateful_set" "zuul_executor" { } } termination_grace_period_seconds = 300 + volume { + name = "uosci-id-rsa" + secret { + secret_name = "uosci-id-rsa" + default_mode = "0600" + } + } volume { name = "zuul-var" empty_dir {}