You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/charts/vault-operator/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ The following table lists the configurable parameters of the Helm chart.
17
17
| Parameter | Type | Default | Description |
18
18
| --- | ---- | ------- | ----------- |
19
19
|`replicaCount`| int |`1`| Number of replicas (pods) to launch. |
20
+
|`pdb.create`| bool |`true`| Create pod disruption budget if replicaCount > 1. |
21
+
|`pdb.minAvailable`| int |`1`| Min available for PDB. |
20
22
|`image.repository`| string |`"ghcr.io/bank-vaults/vault-operator"`| Name of the image repository to pull the container image from. |
21
23
|`image.pullPolicy`| string |`"IfNotPresent"`|[Image pull policy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) for updating already existing images on a node. |
22
24
|`image.tag`| string |`""`| Image tag override for the default value (chart appVersion). |
0 commit comments