Fix helm lint error and the unability to install the chart with the default values

This commit is contained in:
Yusuke Kuoka 2022-07-10 06:24:04 +00:00
parent 544d620bc3
commit 86e1a4a8f3
1 changed files with 1 additions and 0 deletions

View File

@ -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.