Skip to content

Commit 2c7b5be

Browse files
committed
make update-helm-docs
Signed-off-by: Richard Wall <[email protected]>
1 parent 8862541 commit 2c7b5be

File tree

1 file changed

+1
-1
lines changed
  • deploy/charts/venafi-kubernetes-agent

1 file changed

+1
-1
lines changed

deploy/charts/venafi-kubernetes-agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ You should see the following events for your service account:
166166
| podDisruptionBudget.enabled | bool | `false` | Enable or disable the PodDisruptionBudget resource, which helps prevent downtime during voluntary disruptions such as during a Node upgrade. |
167167
| 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. |
168168
| replicaCount | int | `1` | default replicas, do not scale up |
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. |
169+
| resources | object | `{"limits":{"memory":"500Mi"},"requests":{"cpu":"200m","memory":"200Mi"}}` | Set resource requests and limits for the pod. Read [Venafi Kubernetes components deployment best practices](https://docs.venafi.cloud/vaas/k8s-components/c-k8s-components-best-practice/#scaling) to learn how to choose suitable CPU and memory resource requests and limits. |
170170
| securityContext | object | `{"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":1000}` | Add Container specific SecurityContext settings to the container. Takes precedence over `podSecurityContext` when set. See https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-capabilities-for-a-container |
171171
| serviceAccount.annotations | object | `{}` | Annotations YAML to add to the service account |
172172
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |

0 commit comments

Comments
 (0)