Skip to content

Commit

Permalink
feat: 🚀 added variable for action runner controler helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
VishwajitNagulkar authored Oct 27, 2023
1 parent 49fc71c commit 8195afa
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _examples/complete/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,10 @@ variable "redis_extra_configs" {
atomic = true
timeout = 300
}
}
}

# ------------------ ACTIONS-RUNNER-CONTROLLER -----------------------------------------------------
variable "actions_runner_controller_extra_configs" {
type = any
default = {}
}

0 comments on commit 8195afa

Please sign in to comment.