Commit f20cebf0 by tingweiwang

Update 2-autocnn-sa.yaml

1 parent 7ccff579
Showing with 20 additions and 0 deletions
...@@ -32,6 +32,26 @@ rules: ...@@ -32,6 +32,26 @@ rules:
- /metrics - /metrics
verbs: verbs:
- get - get
#########
- apiGroups:
- ""
- '*'
- extensions
resources:
- services
- ingresses
- deployments
- deployments/scale
- replicasets
verbs:
- get
- update
- create
- patch
- delete
- list
- watch
###########
--- ---
apiVersion: rbac.authorization.k8s.io/v1 apiVersion: rbac.authorization.k8s.io/v1
kind: Role kind: Role
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!