hotfix: remove label (#524)

This commit is contained in:
naison
2025-04-08 22:02:07 +08:00
committed by GitHub
parent 4fd1f014bd
commit 3973b85d25

View File

@@ -320,7 +320,6 @@ func CreateCIDRPod(ctx context.Context, clientset *kubernetes.Clientset, namespa
ObjectMeta: v1.ObjectMeta{ ObjectMeta: v1.ObjectMeta{
Name: config.CniNetName, Name: config.CniNetName,
Namespace: namespace, Namespace: namespace,
Labels: map[string]string{"app": config.ConfigMapPodTrafficManager},
}, },
Spec: v13.PodSpec{ Spec: v13.PodSpec{
Volumes: []v13.Volume{ Volumes: []v13.Volume{