Skip to content

Commit

Permalink
Create the necessary resources to get metrics from nerc-ocp-test
Browse files Browse the repository at this point in the history
This includes a clusterrole, clusterrolebinding and a serviceaccount which
I will use to collect prometheus metrics for invoicing.

I also decided to move the serviceaccount creation to the cluster-scope app.
  • Loading branch information
naved001 committed Feb 14, 2025
1 parent 0c29f6e commit 6592903
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions cluster-scope/bundles/xdmod-reader/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ commonLabels:
nerc.mghpcc.org/bundle: xdmod-reader
resources:
- ../../base/core/namespaces/xdmod-reader/
- ../../base/core/serviceaccounts/xdmod-reader
- ../../base/rbac.authorization.k8s.io/clusterrolebindings/xdmod-reader-permissions/
- ../../base/rbac.authorization.k8s.io/clusterroles/xdmod-permissions/
1 change: 1 addition & 0 deletions cluster-scope/overlays/nerc-ocp-test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ resources:
- ../../bundles/autopilot
- ../../bundles/minio
- ../../bundles/mongodb-operator
- ../../bundles/xdmod-reader

components:
- ../../components/nerc-oauth-github
Expand Down
5 changes: 0 additions & 5 deletions xdmod-reader/overlays/nerc-ocp-prod/kustomization.yaml

This file was deleted.

0 comments on commit 6592903

Please sign in to comment.