Skip to content

Commit

Permalink
Update rbac permission for field exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
jijinp committed Nov 7, 2023
1 parent 19cd525 commit 93ae907
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions stable/field-exporter/templates/manager-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ metadata:
labels:
{{- include "field-exporter.labels" . | nindent 4 }}
rules:
- apiGroups:
- ""
resources:
- configmaps
- secrets
verbs:
- get
- list
- patch
- update
- apiGroups:
- alloydb.cnrm.cloud.google.com
resources:
Expand Down

0 comments on commit 93ae907

Please sign in to comment.