github.com/replicatedhq/ship@v0.55.0/integration/failing/init/concourse/expected/.ship/upstream/templates/worker-policy.yaml (about)

     1  apiVersion: policy/v1beta1
     2  kind: PodDisruptionBudget
     3  metadata:
     4    name: {{ template "concourse.worker.fullname" . }}
     5    labels:
     6      app: {{ template "concourse.worker.fullname" . }}
     7      chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
     8      release: "{{ .Release.Name }}"
     9      heritage: "{{ .Release.Service }}"
    10  spec:
    11    minAvailable: {{ .Values.worker.minAvailable }}
    12    selector:
    13      matchLabels:
    14        app: {{ template "concourse.worker.fullname" . }}