cloudnative-pg / cloudnative-pg/charts
Add automatic pod disruption budgets
Open
chart( cluster )
- Dominant language
- Go Template
- Stars
- 621
- Forks
- 265
- Avg merge
- 7d 12h
- Merged PRs (30d)
- 7
Description
I would suggest to automate pod disruption budgets in the chart.
```
{{- if (gt (int .Values.cluster.instances) 1) }}
enablePDB: true
{{- else }}
enablePDB: false
{{- end }}
```
Contributor guide
Assessment
This issue has not been assessed yet.