github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/pkg/scanners/helm/parser/testdata/chart-and-archived-chart/my-chart/templates/pod.yaml (about)

     1  apiVersion: apps/v1
     2  kind: Deployment
     3  metadata:
     4    name: nginx-deployment
     5    labels:
     6      app: nginx
     7  spec:
     8    replicas: 3
     9    selector:
    10      matchLabels:
    11        app: nginx
    12    template:
    13      metadata:
    14        labels:
    15          app: nginx
    16      spec:
    17        containers:
    18        - name: nginx
    19          image: nginx:1.14.2
    20          ports:
    21          - containerPort: 80