Skip to content

Commit

Permalink
Add clusterroles rbac to obs cluster and clean-up
Browse files Browse the repository at this point in the history
- affects obs-cluster
- add clusterroles rbac
- streamline: remove redundant github-client-secret.yaml (follow OCP-on-NERC#316)
- adjust kustomization.yaml to that
- cleanup: remove oauths-clientsecret-nerc, keycloak.mss not needed
  (yet)
-adjust rook-ceph-external-cluster to fit to match changes in OCP-on-NERC#348

fixes nerc-project/operations#308

Signed-off-by: ​/Thor(sten)?/ Schwesig <[email protected]>
  • Loading branch information
schwesig committed Jan 26, 2024
1 parent b0b8a2e commit 90ab74d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.

This file was deleted.

This file was deleted.

9 changes: 2 additions & 7 deletions cluster-scope/overlays/nerc-ocp-obs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ resources:
- ../common
- ../../bundles/node-feature-discovery
- ../../base/core/namespaces/openshift-gitops
- ../../base/rbac.authorization.k8s.io/clusterroles/allow-edit-rbac
- clusterversion.yaml
- externalsecrets
- secretstores
- logs-storage
- logsarchive-storage
Expand Down Expand Up @@ -56,13 +58,6 @@ patches:
- ocp-on-nerc/nerc-ops
- ocp-on-nerc/nerc-logs-metrics
- ocp-on-nerc/nerc-obs-admins
- target:
kind: ExternalSecret
name: oauths-clientsecret-nerc
patch: |
- op: replace
path: /spec/data/0/remoteRef/key
value: nerc/nerc-ocp-obs/openshift-config/oauths-clientsecret-nerc
- target:
kind: ExternalSecret
name: aws-route53-credentials
Expand Down

0 comments on commit 90ab74d

Please sign in to comment.