$> oc -n test-scan-rox get secret test.pullsecret -o yaml | yq -r .metadata
creationTimestamp: "2025-12-22T12:04:29Z"
labels:
controller.devfile.io/devworkspace_pullsecret: "true"
controller.devfile.io/mount-to-devworkspace: "true"
controller.devfile.io/watch-secret: "true"
name: test.pullsecret
namespace: test-scan-rox
resourceVersion: "3014426246"
uid: d748075b-a98c-4617-9c47-bf09f28230e1
$> oc -n test-scan-rox get devworkspace
NAME DEVWORKSPACE ID PHASE INFO
empty-yisi workspaceb885a6fa58444b4b Failed Error creating DevWorkspace deployment: Deployment.apps "workspaceb885a6fa58444b4b" is invalid: [spec.template.spec.volumes[2].name: Invalid value: "test.pullsecret": must not contain dots, spec.template.spec.containers[0].volumeMounts[3].name: Not found: "test.pullsecret", spec.template.spec.initContainers[0].volumeMounts[3].name: Not found: "test.pullsecret"]