github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/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