Skip to content

Commit

Permalink
add hpa rbac to cno-cd operator sa
Browse files Browse the repository at this point in the history
  • Loading branch information
modoulo committed Jul 21, 2023
1 parent baa6737 commit 9eccad4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions deploy/helm/data-plane/templates/cd/cno-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,30 @@ rules:
- list
- update
- watch
- apiGroups:
- autoscaling
resources:
- horizontalpodautoscalers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- autoscaling.k8s.io
resources:
- verticalpodautoscalers
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- ""
resources:
Expand Down
Binary file modified docs/cno-agent-v2.0.2.tgz
Binary file not shown.

0 comments on commit 9eccad4

Please sign in to comment.