Skip to content

Commit

Permalink
ztp: Fix workload partitioning annotation for LVM
Browse files Browse the repository at this point in the history
The workload partitioning configuration is controlled by an annotation.
Move the incorrect label to an annotation.

Signed-off-by: Ian Miller <[email protected]>
  • Loading branch information
imiller0 committed Nov 4, 2024
1 parent c4b709d commit ca86555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ztp/source-crs/StorageLVMSubscriptionNS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Namespace
metadata:
name: openshift-storage
labels:
workload.openshift.io/allowed: "management"
openshift.io/cluster-monitoring: "true"
annotations:
workload.openshift.io/allowed: management
ran.openshift.io/ztp-deploy-wave: "2"

0 comments on commit ca86555

Please sign in to comment.