Skip to content

Commit bf08728

Browse files
authored
Merge pull request #472 from e0ne/cni-state-rename
Rename CNI Plugins state to unify it with others
2 parents 02e6e3d + 5397dd6 commit bf08728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/state/state_cni_plugins.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
"github.com/Mellanox/network-operator/pkg/utils"
3434
)
3535

36-
const stateCNIPluginsName = "stage-container-networking-plugins"
36+
const stateCNIPluginsName = "state-container-networking-plugins"
3737
const stateCNIPluginsDescription = "Container Networking CNI Plugins deployed in the cluster"
3838

3939
// NewStateCNIPlugins creates a new state for secondary container networking CNI plugins

0 commit comments

Comments
 (0)