Fix helm lint error and the unability to install the chart with the default values
This commit is contained in:
parent
544d620bc3
commit
86e1a4a8f3
|
|
@ -72,6 +72,7 @@ runner:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
rbac:
|
rbac:
|
||||||
|
{}
|
||||||
# # This allows ARC to dynamically create a ServiceAccount and a Role for each Runner pod that uses "kubernetes" container mode,
|
# # 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.
|
# # 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.
|
# # Without this, Kubernetes blocks ARC to create the role to prevent a priviledge escalation.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue