github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/test/testdata/kubernetes/KSV028/denied.yaml (about)

     1  ---
     2  apiVersion: v1
     3  kind: Pod
     4  metadata:
     5    name: hello-volume-types
     6  spec:
     7    containers:
     8      - command:
     9          - sh
    10          - "-c"
    11          - echo 'Hello' && sleep 1h
    12        image: busybox
    13        name: hello
    14    volumes:
    15      - name: volume-a
    16        scaleIO:
    17          gateway: https://localhost:443/api
    18          system: scaleio
    19          protectionDomain: sd0
    20          storagePool: sp1
    21          volumeName: vol-a
    22          secretRef:
    23            name: sio-secret
    24          fsType: xfs