diff --git a/stable/aws-cloudwatch-metrics/README.md b/stable/aws-cloudwatch-metrics/README.md index db5bfbf41..30a131c1c 100755 --- a/stable/aws-cloudwatch-metrics/README.md +++ b/stable/aws-cloudwatch-metrics/README.md @@ -28,6 +28,7 @@ helm upgrade --install aws-cloudwatch-metrics \ | `clusterName` | Name of your cluster | `cluster_name` | ✔ | `serviceAccount.create` | Whether a new service account should be created | `true` | | `serviceAccount.name` | Service account to be used | | +| `serviceAccount.annotations` | Service account annotations | | | `hostNetwork` | Allow to use the network namespace and network resources of the node | `false` | | `nodeSelector` | Node labels for pod assignment | {} | | `tolerations` | Optional deployment tolerations | {} | diff --git a/stable/aws-cloudwatch-metrics/values.yaml b/stable/aws-cloudwatch-metrics/values.yaml index e69e50f2d..7cf5b2414 100644 --- a/stable/aws-cloudwatch-metrics/values.yaml +++ b/stable/aws-cloudwatch-metrics/values.yaml @@ -16,6 +16,7 @@ resources: serviceAccount: create: true name: + annotations: {} hostNetwork: false