securityContext (security context) not working

Aniss:
i have a question regarding this lab

amjad hammoudeh:
securityContext:
runAsUser: 1010

amjad hammoudeh:
can you share your yaml file to check ?

KK:
I assume you dont have duplicate blocks of securityContext sections in your yaml?

Aniss:
under the container

Please check the following:

    spec:
      containers:
      - command:
      - sleep
      - "4800"
      securityContext:
        runAsUser: 1010