Skip to content

Commit

Permalink
Merge branch 'main' into pecan-rhods-images
Browse files Browse the repository at this point in the history
  • Loading branch information
jtriley authored Oct 4, 2023
2 parents b735c49 + 2591b7a commit 120fed4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions clusters/nerc-ocp-prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resources:
- acct-mgt
- fake-metrics-server
- xdmod-reader
- openshift-custom-metrics-autoscaler-controller
- software-application-innovation-lab-sail-projects-fcd6dfa
- smart-village-faeeb6c

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: openshift-custom-metrics-autoscaler-controller
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: openshift-custom-metrics-autoscaler-controller/overlays/nerc-ocp-prod
destination:
name: nerc-ocp-prod
namespace: openshift-keda
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 120fed4

Please sign in to comment.