Skip to content

Commit 47d2fc0

Browse files
committed
Removing unused env input
1 parent b5b6835 commit 47d2fc0

File tree

1 file changed

+1
-1
lines changed
  • terraform-modules/aws/helm/github_runner

1 file changed

+1
-1
lines changed

terraform-modules/aws/helm/github_runner/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ resource "kubernetes_manifest" "runnerDeployment" {
150150
template ={
151151
spec = {
152152
repository = var.runner_repository_name
153-
env = []
153+
# env = []
154154

155155
# The labels on how to target this runner from the GHA's workflow files
156156
# Doc: https://github.com/actions-runner-controller/actions-runner-controller#runner-labels

0 commit comments

Comments
 (0)