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

