Skip to content

Commit

Permalink
Fix monitoring stack for development
Browse files Browse the repository at this point in the history
- Fix broken repository references in the kustomize file
- Fix permission for argoCD
  • Loading branch information
sayan-biswas authored and gabemontero committed Aug 21, 2023
1 parent b1c87b7 commit 659de6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
argocd.argoproj.io/sync-wave: "0"
rules:
- apiGroups:
- integreatly.org
- grafana.integreatly.org
resources:
- grafanas
- grafanadashboards
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: openshift-gitops-manage-secrets
namespace: o11y
namespace: dummy-service
annotations:
argocd.argoproj.io/sync-wave: "0"
rules:
Expand All @@ -69,7 +69,7 @@ apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: openshift-gitops-manage-secrets
namespace: o11y
namespace: dummy-service
annotations:
argocd.argoproj.io/sync-wave: "0"
roleRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- allow-argocd-to-manage.yaml
- https://github.com/redhat-appstudio/infra-deployments/components/o11y/development?ref=main
- https://github.com/redhat-appstudio/infra-deployments/components/monitoring/prometheus/development?ref=main

0 comments on commit 659de6d

Please sign in to comment.