Skip to content

Commit

Permalink
Merge pull request #48 from IsaiahStapleton/main
Browse files Browse the repository at this point in the history
Add OPE autograder for EC440 class
  • Loading branch information
IsaiahStapleton authored Mar 27, 2024
2 parents cc335a9 + 1c35e08 commit 3f090dc
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: ope-autograder/overlays/nerc-ocp-prod
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 3f090dc

Please sign in to comment.