Skip to content

Commit

Permalink
Update app for telemetry migration
Browse files Browse the repository at this point in the history
  • Loading branch information
accorvin committed Mar 7, 2024
1 parent b1e3f38 commit 111ed88
Show file tree
Hide file tree
Showing 3 changed files with 748 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/argocd/applications/dh-prod-telemetry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
namespace: internal-data-hub--argocd
spec:
destination:
namespace: dh-prod-telemetry
server: https://api.datahub-ocp4.prod.psi.redhat.com:6443
namespace: internal-data-hub--telemetry-prod
server: https://api.gpc.ocp-hub.prod.psi.redhat.com:6443
project: internal-data-hub
source:
path: overlays/prod
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: argocd-manager-admin
namespace: internal-data-hub--telemetry-prod
subjects:
- kind: ServiceAccount
name: tenantaccess-argocd-manager
namespace: internal-data-hub--config
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: admin
Loading

0 comments on commit 111ed88

Please sign in to comment.