Skip to content

Commit 2dfe1f1

Browse files
committed
updated naming convention
1 parent 15f2367 commit 2dfe1f1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

bundle/manifests/gitops-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 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-11-19T17:07:40Z"
183+
createdAt: "2025-12-04T09:14:27Z"
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"
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
apiVersion: v1
2+
kind: Secret
3+
metadata:
4+
annotations:
5+
kubernetes.io/service-account.name: openshift-gitops-operator-controller-manager
6+
name: openshift-gitops-operator-metrics-monitor-bearer-token
7+
type: kubernetes.io/service-account-token

config/prometheus/monitor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
apiVersion: v1
33
kind: Secret
44
metadata:
5-
name: metrics-bearer-token
5+
name: metrics-monitor-bearer-token
66
namespace: openshift-gitops-operator
77
annotations:
88
kubernetes.io/service-account.name: openshift-gitops-operator-controller-manager

0 commit comments

Comments
 (0)