From 86e1a4a8f31d3a282d801a06ca31c79dfbd16f5d Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Sun, 10 Jul 2022 06:24:04 +0000 Subject: [PATCH] Fix helm lint error and the unability to install the chart with the default values --- charts/actions-runner-controller/values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/actions-runner-controller/values.yaml b/charts/actions-runner-controller/values.yaml index f0540b09..0ce81128 100644 --- a/charts/actions-runner-controller/values.yaml +++ b/charts/actions-runner-controller/values.yaml @@ -72,6 +72,7 @@ runner: enabled: false rbac: + {} # # This allows ARC to dynamically create a ServiceAccount and a Role for each Runner pod that uses "kubernetes" container mode, # # by extending ARC's manager role to have the same permissions required by the pod runs the runner agent in "kubernetes" container mode. # # Without this, Kubernetes blocks ARC to create the role to prevent a priviledge escalation.