github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/pkg/scanners/helm/test/testdata/expected/options/with-api-version/templates/pdb.yaml (about)

     1  # Source: with-api-version/templates/pdb.yaml
     2  apiVersion: policy/v1
     3  kind: PodDisruptionBudget
     4  metadata:
     5    name: with-api-version
     6    labels:
     7      helm.sh/chart: with-api-version-0.1.0
     8      app.kubernetes.io/name: with-api-version
     9      app.kubernetes.io/instance: with-api-version
    10      app.kubernetes.io/version: "1.16.0"
    11      app.kubernetes.io/managed-by: Helm
    12  spec:
    13    selector:
    14      matchLabels:
    15        app.kubernetes.io/name: with-api-version
    16        app.kubernetes.io/instance: with-api-version
    17    maxUnavailable: 0