|
2 | 2 |
|
3 | 3 | The Venafi Kubernetes Agent connects your Kubernetes or Openshift cluster to the Venafi Control Plane.
|
4 | 4 |
|
5 |
| -   |
| 5 | +   |
6 | 6 |
|
7 | 7 | ## Additional Information
|
8 | 8 |
|
@@ -157,11 +157,13 @@ You should see the following events for your service account:
|
157 | 157 | | fullnameOverride | string | `""` | Helm default setting, use this to shorten the full install name. |
|
158 | 158 | | image.pullPolicy | string | `"IfNotPresent"` | Defaults to only pull if not already present |
|
159 | 159 | | image.repository | string | `"quay.io/jetstack/venafi-agent"` | Default to Open Source image repository |
|
160 |
| -| image.tag | string | `"v0.1.43"` | Overrides the image tag whose default is the chart appVersion | |
| 160 | +| image.tag | string | `"v0.1.45"` | Overrides the image tag whose default is the chart appVersion | |
161 | 161 | | imagePullSecrets | list | `[]` | Specify image pull credentials if using a private registry example: - name: my-pull-secret |
|
162 | 162 | | nameOverride | string | `""` | Helm default setting to override release name, usually leave blank. |
|
163 | 163 | | nodeSelector | object | `{}` | Embed YAML for nodeSelector settings, see https://kubernetes.io/docs/tasks/configure-pod-container/assign-pods-nodes/ |
|
164 | 164 | | podAnnotations | object | `{}` | Additional YAML annotations to add the the pod. |
|
| 165 | +| podDisruptionBudget | object | `{"enabled":false}` | Configure a PodDisruptionBudget for the agent's Deployment. If running with multiple replicas, consider setting podDisruptionBudget.enabled to true. | |
| 166 | +| podDisruptionBudget.enabled | bool | `false` | Enable or disable the PodDisruptionBudget resource, which helps prevent downtime during voluntary disruptions such as during a Node upgrade. | |
165 | 167 | | podSecurityContext | object | `{}` | Optional Pod (all containers) `SecurityContext` options, see https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod. |
|
166 | 168 | | replicaCount | int | `1` | default replicas, do not scale up |
|
167 | 169 | | resources | object | `{"limits":{"cpu":"500m","memory":"500Mi"},"requests":{"cpu":"200m","memory":"200Mi"}}` | Set custom resourcing settings for the pod. You may not want this if you intend to use a Vertical Pod Autoscaler. |
|
|
0 commit comments