Skip to content

Commit

Permalink
ocp-test: patch console object to include managementState
Browse files Browse the repository at this point in the history
Closes issue: nerc-project/operations#912
The console object "cluster" was giving error due to a missing managementState. Since we have a cutom console config we need to add a patch which
includes this line with the value Managed, so the managementState does not fall off the console resource in the future.
  • Loading branch information
dystewart committed Feb 11, 2025
1 parent 9dcef3d commit 6399f8c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions cluster-scope/overlays/nerc-ocp-test/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,11 @@ patches:
- op: add
path: /spec/plugins/-
value: kubevirt-plugin
- target:
kind: Console
name: cluster
patch: |
- op: add
path: /spec
value:
managementState: Managed

0 comments on commit 6399f8c

Please sign in to comment.