Skip to content

Commit 659de6d

Browse files
sayan-biswasgabemontero
authored andcommitted
Fix monitoring stack for development
- Fix broken repository references in the kustomize file - Fix permission for argoCD
1 parent b1c87b7 commit 659de6d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

developer/openshift/gitops/argocd/pipeline-service-o11y/appstudio-grafana/allow-argocd-to-manage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
argocd.argoproj.io/sync-wave: "0"
88
rules:
99
- apiGroups:
10-
- integreatly.org
10+
- grafana.integreatly.org
1111
resources:
1212
- grafanas
1313
- grafanadashboards

developer/openshift/gitops/argocd/pipeline-service-o11y/appstudio-prometheus/allow-argocd-to-manage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ apiVersion: rbac.authorization.k8s.io/v1
4949
kind: Role
5050
metadata:
5151
name: openshift-gitops-manage-secrets
52-
namespace: o11y
52+
namespace: dummy-service
5353
annotations:
5454
argocd.argoproj.io/sync-wave: "0"
5555
rules:
@@ -69,7 +69,7 @@ apiVersion: rbac.authorization.k8s.io/v1
6969
kind: RoleBinding
7070
metadata:
7171
name: openshift-gitops-manage-secrets
72-
namespace: o11y
72+
namespace: dummy-service
7373
annotations:
7474
argocd.argoproj.io/sync-wave: "0"
7575
roleRef:

developer/openshift/gitops/argocd/pipeline-service-o11y/appstudio-prometheus/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33
kind: Kustomization
44
resources:
55
- allow-argocd-to-manage.yaml
6-
- https://github.com/redhat-appstudio/infra-deployments/components/o11y/development?ref=main
76
- https://github.com/redhat-appstudio/infra-deployments/components/monitoring/prometheus/development?ref=main

0 commit comments

Comments
 (0)