e2e/node: Remove outdated comment

Userns only supported those volumes in k8s 1.25 and 1.26. Let's remove
the outdated comment.

Signed-off-by: Rodrigo Campos <rodrigoca@microsoft.com>
This commit is contained in:
Rodrigo Campos 2025-03-18 11:41:05 +01:00
parent c11077f417
commit 0524c80786

View File

@ -200,8 +200,6 @@ var _ = SIGDescribe("Security Context", func() {
})
f.It("should mount all volumes with proper permissions with hostUsers=false [LinuxOnly]", feature.UserNamespacesSupport, func(ctx context.Context) {
// Create all volume types supported: configmap, secret, downwardAPI, projected.
// Create configmap.
name := "userns-volumes-test-" + string(uuid.NewUUID())
configMap := newConfigMap(f, name)