Skip to content

Commit

Permalink
Merge pull request #40 from bnshr/test-ocp-logging
Browse files Browse the repository at this point in the history
Deploy ocp logging in the test cluster
  • Loading branch information
computate authored Feb 5, 2024
2 parents ae7016f + 462e8f1 commit f89ca2f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions clusters/nerc-ocp-test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ resources:
- ../lib/cluster-scope
- ../lib/nfd-operator
- ../lib/nvidia-gpu-operator
- ../lib/logging
- curator
- koku-metrics-operator

Expand Down Expand Up @@ -52,3 +53,11 @@ patches:
- op: replace
path: /spec/source/path
value: nvidia-gpu-operator/overlays/nerc-ocp-test
- target:
kind: Application
name: logging
patch: |
- op: replace
path: /spec/source/path
value: logging/overlays/nerc-ocp-test

0 comments on commit f89ca2f

Please sign in to comment.