change node-agent-config name

Signed-off-by: Lyndon-Li <yonghui.li@broadcom.com>
This commit is contained in:
Lyndon-Li
2024-01-03 22:02:04 +08:00
parent f6dfa8e7b2
commit 58ead55fd1
4 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ import (
const (
// daemonSet is the name of the Velero node agent daemonset.
daemonSet = "node-agent"
configName = "node-agent-configs"
configName = "node-agent-config"
)
var (