Skip to content

Commit de87802

Browse files
authored
fix: Reciving TargetDown after upgrading GitOps (redhat-developer#1045)
* fix: Reciving TargetDown after upgrading GitOps Signed-off-by: akhil nittala <nakhil@redhat.com> * fix: Reciving TargetDown after upgrading GitOps Signed-off-by: akhil nittala <nakhil@redhat.com> --------- Signed-off-by: akhil nittala <nakhil@redhat.com>
1 parent 7f1a5c9 commit de87802

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ metadata:
180180
capabilities: Deep Insights
181181
console.openshift.io/plugins: '["gitops-plugin"]'
182182
containerImage: quay.io/redhat-developer/gitops-operator
183-
createdAt: "2025-12-08T07:34:14Z"
183+
createdAt: "2026-01-05T07:13:54Z"
184184
description: Enables teams to adopt GitOps principles for managing cluster configurations
185185
and application delivery across hybrid multi-cluster Kubernetes environments.
186186
features.operators.openshift.io/disconnected: "true"
@@ -801,6 +801,10 @@ spec:
801801
- get
802802
- update
803803
- watch
804+
- nonResourceURLs:
805+
- /metrics
806+
verbs:
807+
- get
804808
- apiGroups:
805809
- authentication.k8s.io
806810
resources:

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)