mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat: add support for custom permissions in Helm chart rbac.yaml
file (#10590)
Co-authored-by: Dean Sheather <dean@deansheather.com> Co-authored-by: Atif Ali <atif@coder.com>
This commit is contained in:
@ -43,6 +43,9 @@ rules:
|
||||
- update
|
||||
- watch
|
||||
{{- end }}
|
||||
{{- with .Values.coder.serviceAccount.extraRules }}
|
||||
{{ toYaml . | nindent 2 }}
|
||||
{{- end }}
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: RoleBinding
|
||||
|
Reference in New Issue
Block a user