feat: adjust readme

This commit is contained in:
Aymen Baccouchi 2022-12-02 10:51:26 +01:00
parent e0667c798b
commit 56893593e4
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Defining a “Pod Disruption Budget” helps Kubernetes manage your pods when a
A `PDB` is configured as this:
```yml
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: nginx-pdb