Skip to content

Commit

Permalink
Adding dex and minio to nerc-ocp-test cluster
Browse files Browse the repository at this point in the history
Adding dex and minio for authenticated object storage in the test
cluster to replace NooBaa.
  • Loading branch information
computate committed Nov 26, 2024
1 parent 363020e commit 58c27f8
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
15 changes: 15 additions & 0 deletions clusters/nerc-ocp-test/dex/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: dex
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: dex/overlays/nerc-ocp-test
destination:
name: nerc-ocp-test
namespace: dex
4 changes: 4 additions & 0 deletions clusters/nerc-ocp-test/dex/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
2 changes: 2 additions & 0 deletions clusters/nerc-ocp-test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ resources:
- ../lib/nfs
- ../lib/csi-driver-nfs
- ../lib/autopilot
- dex
- minio

nameSuffix: -test

Expand Down
15 changes: 15 additions & 0 deletions clusters/nerc-ocp-test/minio/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: minio
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: minio/overlays/nerc-ocp-test
destination:
name: nerc-ocp-test
namespace: minio
4 changes: 4 additions & 0 deletions clusters/nerc-ocp-test/minio/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

0 comments on commit 58c27f8

Please sign in to comment.