CKS Challenge 1 Issue with scoring system

I think I fullfilled all the requirements, still it says tasks on deployment and image are not completed
Below is the deployment manifest, and 2 screenshots

apiVersion: apps/v1
kind: Deployment
metadata:
  creationTimestamp: null
  labels:
    app: alpha-xyz
  name: alpha-xyz
  namespace: alpha
spec:
  replicas: 1
  selector:
    matchLabels:
      app: alpha-xyz
  strategy: {}
  template:
    metadata:
      creationTimestamp: null
      labels:
        app: alpha-xyz
    spec:
      containers:
      - image: nginx:alpine
        name: nginx
        securityContext:
          appArmorProfile:
            type: Localhost
            localhostProfile: custom-nginx
        volumeMounts:
          - name: data-volume
            mountPath: "'/usr/share/nginx/html"
      volumes:
      - name: data-volume
        persistentVolumeClaim:
          claimName: alpha-pvc

image
image

HI @huonguyenlt

This is a known issue, and our engineers are working on a fix for this.

I’ll update you once this gets resolved.

1 Like

I have the same problem. What exactly is the problem? The point of the challenge is lost, since the goal is to measure the time needed to solve the problems.