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

     1  apiVersion: {{ $.Capabilities.APIVersions.Has "policy/v1/PodDisruptionBudget" | ternary "policy/v1" "policy/v1beta1" }}
     2  kind: PodDisruptionBudget
     3  metadata:
     4    name: {{ include "with-api-version.fullname" . }}
     5    labels:
     6      {{- include "with-api-version.labels" . | nindent 4 }}
     7  spec:
     8    selector:
     9      matchLabels:
    10        {{- include "with-api-version.selectorLabels" . | nindent 6 }}
    11    maxUnavailable: 0