-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding dex and minio to nerc-ocp-test cluster
Adding dex and minio for authenticated object storage in the test cluster to replace NooBaa.
- Loading branch information
Showing
5 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ resources: | |
- ../lib/nfs | ||
- ../lib/csi-driver-nfs | ||
- ../lib/autopilot | ||
- dex | ||
- minio | ||
|
||
nameSuffix: -test | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |