Browse Source

gm: add the rbac of accessing secret/configmap

Signed-off-by: llhuii <liulinghui@huawei.com>
tags/v0.2.0
llhuii 4 years ago
parent
commit
f14f36cd9e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      build/gm/rbac/gm.yaml

+ 3
- 0
build/gm/rbac/gm.yaml View File

@@ -52,10 +52,13 @@ rules:
- ""
resources:
- services
- secrets
- configmaps
verbs:
- create
- list
- get
- delete

- apiGroups:
- ""


Loading…
Cancel
Save