Skip to content

Commit dfe18e5

Browse files
shvbsleeks-bot
andauthored
fix: update readme to reflect new pod-labels (#36)
Co-authored-by: eks-bot <[email protected]>
1 parent 3331b92 commit dfe18e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

charts/eks-node-monitoring-agent/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ The following table lists the configurable parameters for this chart and their d
4343
| dcgmAgent.image.pullPolicy | string | `"IfNotPresent"` | Container pull policy for the dcgm-exporter |
4444
| dcgmAgent.image.region | string | `"us-west-2"` | ECR repository region for the dcgm-exporter |
4545
| dcgmAgent.image.tag | string | `"4.4.0-4.5.0-ubuntu22.04"` | Image tag for the dcgm-exporter |
46+
| dcgmAgent.podLabels | object | `{}` | Pod labels applied to the dcgm exporter |
4647
| dcgmAgent.resources | object | `{}` | Container resources for the dcgm deployment |
4748
| dcgmAgent.tolerations | list | `[]` | Deployment tolerations for the dcgm |
4849
| fullnameOverride | string | `"eks-node-monitoring-agent"` | A fullname override for the chart |
@@ -56,6 +57,7 @@ The following table lists the configurable parameters for this chart and their d
5657
| nodeAgent.image.pullPolicy | string | `"IfNotPresent"` | Container pull policyfor the eks-node-monitoring-agent |
5758
| nodeAgent.image.region | string | `"us-west-2"` | ECR repository region for the eks-node-monitoring-agent |
5859
| nodeAgent.image.tag | string | `"v1.5.0-eksbuild.1"` | Image tag for the eks-node-monitoring-agent |
60+
| nodeAgent.podLabels | object | `{}` | Pod labels applied to the eks-node-monitoring-agent |
5961
| nodeAgent.resources | object | `{"limits":{"cpu":"250m","memory":"200Mi"},"requests":{"cpu":"10m","memory":"30Mi"}}` | Container resources for the eks-node-monitoring-agent |
6062
| nodeAgent.securityContext | object | `{"capabilities":{"add":["NET_ADMIN"]},"privileged":true}` | Container Security context for the eks-node-monitoring-agent |
6163
| nodeAgent.tolerations | list | `[{"operator":"Exists"}]` | Deployment tolerations for the eks-node-monitoring-agent |

0 commit comments

Comments
 (0)