We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b6835 commit 47d2fc0Copy full SHA for 47d2fc0
terraform-modules/aws/helm/github_runner/main.tf
@@ -150,7 +150,7 @@ resource "kubernetes_manifest" "runnerDeployment" {
150
template ={
151
spec = {
152
repository = var.runner_repository_name
153
- env = []
+ # env = []
154
155
# The labels on how to target this runner from the GHA's workflow files
156
# Doc: https://github.com/actions-runner-controller/actions-runner-controller#runner-labels
0 commit comments