diff --git a/clusters/lib/nerc-images/application.yaml b/clusters/lib/nerc-images/application.yaml new file mode 100644 index 0000000..dc8396a --- /dev/null +++ b/clusters/lib/nerc-images/application.yaml @@ -0,0 +1,15 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: nerc-images + labels: + nerc.mghpcc.org/sync-policy: common +spec: + destination: + name: nerc-ocp-prod + namespace: redhat-ods-applications + project: default + source: + repoURL: https://github.com/nerc-images/nerc-images.git + path: overlays/nerc-ocp-prod + targetRevision: HEAD diff --git a/clusters/lib/nerc-images/kustomization.yaml b/clusters/lib/nerc-images/kustomization.yaml new file mode 100644 index 0000000..1f43d0d --- /dev/null +++ b/clusters/lib/nerc-images/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: +- application.yaml diff --git a/clusters/nerc-ocp-prod/kustomization.yaml b/clusters/nerc-ocp-prod/kustomization.yaml index 7e74847..37b2752 100644 --- a/clusters/nerc-ocp-prod/kustomization.yaml +++ b/clusters/nerc-ocp-prod/kustomization.yaml @@ -8,6 +8,7 @@ resources: - ../lib/gatekeeper - ../lib/nfd-operator - ../lib/nvidia-gpu-operator +- ../lib/nerc-images - gatekeeper-policy - acct-mgt - fake-metrics-server