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:
lbi22
2023-11-27 05:12:46 +01:00
committed by GitHub
parent 3530d39740
commit 7029ccfbdf
9 changed files with 274 additions and 2 deletions

View File

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