Skip to content

Commit

Permalink
rename the state labels for the driver daemonset
Browse files Browse the repository at this point in the history
  • Loading branch information
tariq1890 committed Sep 20, 2023
1 parent 80ef427 commit 508b174
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions internal/consts/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ const (
)

const (
NicClusterPolicyResourceName = "nic-cluster-policy"
OfedDriverLabel = "nvidia.com/ofed-driver"
StateLabel = "nvidia.network-operator.state"
GPUPresentLabel = "nvidia.com/gpu.present"
StateLabel = "nvidia.com/gpu-operator.state"
GPUPresentLabel = "nvidia.com/gpu.present"

OcpDriverToolkitVersionLabel = "openshift.driver-toolkit.rhcos"
OcpDriverToolkitIdentificationLabel = "openshift.driver-toolkit"
Expand Down

0 comments on commit 508b174

Please sign in to comment.