Skip to content

Commit

Permalink
Merge pull request #50 from computate/obs-keycloak-permissions
Browse files Browse the repository at this point in the history
Adding keycloak and keycloak-permissions-operator to obs
  • Loading branch information
computate authored May 2, 2024
2 parents b5a0233 + 6600255 commit 7585a3b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
15 changes: 15 additions & 0 deletions clusters/nerc-ocp-obs/keycloak/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: keycloak
labels:
nerc.mghpcc.org/sync-policy: common
spec:
project: default
source:
repoURL: https://github.com/ocp-on-nerc/nerc-ocp-config.git
targetRevision: HEAD
path: keycloak/overlays/nerc-ocp-obs
destination:
name: nerc-ocp-obs
namespace: keycloak
4 changes: 4 additions & 0 deletions clusters/nerc-ocp-obs/keycloak/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- application.yaml
1 change: 1 addition & 0 deletions clusters/nerc-ocp-obs/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ resources:
- loki
- fake-metrics-server
- grafana
- keycloak

nameSuffix: -obs

Expand Down

0 comments on commit 7585a3b

Please sign in to comment.