Skip to content

Commit

Permalink
Add OPE autograder for EC440 class
Browse files Browse the repository at this point in the history
Signed-off-by: Isaiah Stapleton <[email protected]>
  • Loading branch information
IsaiahStapleton committed Mar 22, 2024
1 parent cc335a9 commit 7e01a22
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions clusters/nerc-ocp-prod/ope-autograder/application.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: ope-autograder
labels:
nerc.mghpcc.org/sync-policy: common
spec:
destination:
name: nerc-ocp-prod
namespace: ece440spring2024-619f12
project: default
source:
repoURL: https://github.com/IsaiahStapleton/ope-autograder-nerc-app.git
path: manifests
targetRevision: HEAD
4 changes: 4 additions & 0 deletions clusters/nerc-ocp-prod/ope-autograder/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 7e01a22

Please sign in to comment.