### Deploying with exposed github token resource "kubernetes_namespace" "arc" { metadata { name = "actions-runner-system" } } resource "helm_release" "actions-runner-controller" { count = var.actions_runner_controller name = "actions-runner-controller" namespace = kubernetes_namespace.arc.metadata[0].name create_namespace = true chart = "actions-runner-controller" repository = "https://actions-runner-controller.github.io/actions-runner-controller" version = "v0.19.1" values = [<