|
@@ -114,6 +114,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|
|
| podDisruptionBudget | object | `{"enabled":false,"minAvailable":1}` | Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
|
|
| podDisruptionBudget | object | `{"enabled":false,"minAvailable":1}` | Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/ |
|
|
|
| podLabels | object | `{}` | |
|
|
| podLabels | object | `{}` | |
|
|
|
| podSecurityContext | object | `{}` | |
|
|
| podSecurityContext | object | `{}` | |
|
|
|
|
|
+| podSpecExtra | object | `{}` | Any extra pod spec on the deployment |
|
|
|
| priorityClassName | string | `""` | Pod priority class name. |
|
|
| priorityClassName | string | `""` | Pod priority class name. |
|
|
|
| processClusterExternalSecret | bool | `true` | if true, the operator will process cluster external secret. Else, it will ignore them. |
|
|
| processClusterExternalSecret | bool | `true` | if true, the operator will process cluster external secret. Else, it will ignore them. |
|
|
|
| processClusterStore | bool | `true` | if true, the operator will process cluster store. Else, it will ignore them. |
|
|
| processClusterStore | bool | `true` | if true, the operator will process cluster store. Else, it will ignore them. |
|