add rbac scopes support (#85)
This commit is contained in:
parent
6e108f3aae
commit
c7b415b634
2 changed files with 5 additions and 0 deletions
|
|
@ -16,3 +16,6 @@ data:
|
|||
policy.csv:
|
||||
{{- toYaml .Values.rbac.policyCsv | indent 4 }}
|
||||
{{- end }}
|
||||
{{- if .Values.rbac.scopes }}
|
||||
scopes: {{ .Values.rbac.scopes }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue