/
githubmirror
/
charts
Обзор
Документация
Войти
/
githubmirror
/
charts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
stable/gcloud-sqlproxy/templates/pdb.yaml
16 строк
476 B
Corey O'Brien
[stable/gcloud-sqlproxy] Add PDB (#6658)
05 ноя 2018, 23:11
05 ноя 2018, 23:11
8dec5f4
Код
Авторство
О чём код?
{{- if .Values.podDisruptionBudget -}} apiVersion: policy/v1beta1 kind: PodDisruptionBudget metadata: labels: app: {{ template "gcloud-sqlproxy.name" . }} chart: {{ .Chart.Name }}-{{ .Chart.Version }} heritage: {{ .Release.Service }} release: {{ .Release.Name }} name: {{ template "gcloud-sqlproxy.fullname" . }} spec: selector: matchLabels: app: {{ template "gcloud-sqlproxy.name" . }} {{ .Values.podDisruptionBudget | indent 2 }} {{- end -}}