Skip to content

Commit 6ae0a4d

Browse files
committed
fix: Reciving TargetDown after upgrading GitOps
Signed-off-by: akhil nittala <[email protected]>
1 parent 4c10981 commit 6ae0a4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

config/rbac/auth_proxy_role.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ kind: ClusterRole
33
metadata:
44
name: proxy-role
55
rules:
6+
- nonResourceURLs:
7+
- "/metrics"
8+
verbs:
9+
- get
610
- apiGroups:
711
- authentication.k8s.io
812
resources:

0 commit comments

Comments
 (0)